.food-rotator
{
  background-position: 0 -4px;
	background-repeat:no-repeat;
	height: 390px;
}

#contentArea
{
  margin-left: 620px;
}

#bottom-strip-col2 .bottom-strip-col-container
{
  padding-top:90px;
  padding-bottom:0px;
}

h1.content-title {
	display:none;
}

#iPhone
{ 
  background-image: url(../images/iphone.png);
  background-position: top center;
  background-repeat: no-repeat;
  /* using absolute position to get iPhone to 'float' out */
  position:absolute; 
  /* this causes the left-side of the iphone to be in the middle of the page */
  left:50%; 
  /* negative margin cause to pull iphone back to middle (280px width / 2) */  
  margin-left:-140px;
  /* 150px is the amount pushed down from top of page */
  top:175px;
  height: 505px;
  width: 280px;
}

#iPhone img
{
  display: inline;
  float: left;
}

#iPhone .screenshot
{
  height: 339px;
  left: 28px;
  overflow: hidden;
  position: absolute;
  top: 84px;
  width: 225px;
}

#iPhone .screenshot .scroll
{
  left: -225px; /* start off w/ the after first */
  position: absolute;
  width: 1125px;
  overflow: hidden;
}