/* position the paragraphs, and we're done */

#master_container {
  font-family: 'Helvetica Neue', 'Arial', 'sans-serif';
  color: #000;
  text-align: center;
}

#the_viewport {
  width: 100%;
  background-color: #fff;
}

h1#title {
  width: 700px;
  height: 450px;
  margin: 0 auto;
  margin-bottom: 0px;
  text-indent: -9999px;
  background: url(../images/two-stories/title.png) center center no-repeat;
}

h2#doorknob {
  width: 550px;
  height: 50px;
  margin: 0 auto;
  text-indent: -9999px;
  background: url(../images/two-stories/title_doorknob.png) center center no-repeat;
}

h2#receipt {
  width: 550px;
  height: 50px;
  margin: 0 auto;
  text-indent: -9999px;
  margin-top: 30px;
  background: url(../images/two-stories/title_receipt.png) center center no-repeat;
}

div#rule {
  width: 100%;
  background: url(../images/two-stories/rule.png) center center no-repeat;
  height: 30px;
  margin-bottom: 60px;
}

p.stories {
  width: 550px;
  margin: 0 auto;
  text-align: left;
  margin-top: 20px;
  line-height: 20px;
  font-size: 13px;
}

div.centerizer {
  width: 550px;
  margin: 0 auto;
  text-align: left;
  margin-top: 20px;
  font-size: 13px;
}


p.callout {
  width: 50%; 
  float: left;
  line-height: 20px;
  font-size: 12px;
  color: #777;
  padding-bottom: 30px;
  padding-top: 20px;
}

p.callout strong {
  font-size: 14px;
  font-style: italic;
  color: #ff0000;
}

div.masareceipt {
  float: right;
  width: 228px;
  position: relative;
  margin-right: -80px;
  margin-left: 20px;
  height: 361px;
  }

div.starbucksreceipt {
  clear:both;
  float: left;
  width: 286px;
  height: 392px;
  margin-bottom: 15px;
  margin-right: 25px;
  margin-left: -40px;
}
  
  
  
  
  
  
  
