h1#header {
  background: url(/images/header.png) no-repeat 0 0;
}


#main_content {
  background: url(/images/main-content-background.gif) repeat-y 0 0;
}


#main_screenshot {
  float: right;
  height: 560px;
  width: 300px;
}


#text_wrapper {
  float: left;
  width: 310px;
  padding: 0 20px 0 10px;
}

#text_wrapper h2 {
  margin-top: 8px;
}

#text_wrapper:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}


#twitter {
  clear: both;
  background: url(/iphone/datausage/images/twitter-big.png) no-repeat 0 0;
  font-size: 18px;
  margin: 0 auto;
  width: 325px;
}

#twitter a {
  display: block;
  height: 64px;
  margin: 20px 0;
  padding: 10px 0 0 64px;
}


#screenshots {
  clear: both;
}

#screenshots h3 {
  font-size: 18px;
  text-align: center;
}

#screenshots ul {
  padding: 0 20px;
}

#screenshots ul li {
  clear: both;
  list-style-type: none;
  margin: 10px 0;
}

#screenshots ul li:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

#screenshots ul li .caption {
  width: 300px;
}

#screenshots ul li .caption span {
  color: #666;
  font-size: 12px;
}

#screenshots ul li.odd img {
  float: right;
}

#screenshots ul li.odd .caption {
  float: left;
  padding: 100px 20px 0 0;
}

#screenshots ul li.even img {
  float: left;
}

#screenshots ul li.even .caption {
  float: left;
  padding: 100px 0 0 20px;
}

#screenshots:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}


#footer {
  background: url(/images/footer.png) no-repeat 0 0;
}

#apple_legalese {
  color: #888;
  font-size: 11px;
  line-height: 14px;
  margin: 10px 0 0;
}


#download {
  background-color: #ffd;
  border: 1px solid #ffa;
  margin: 10px 0 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

#download a {
  display: block;
  color: #555;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  padding: 12px 20px;
  text-align: center;
}



a.email {
  background: url(/images/email.gif) no-repeat 0 0;
}

a.twitter {
  background: url(/images/twitter.gif) no-repeat 0 0;
}
