html {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;	
}
body {
  width: 100%;
  height: 100%;
  min-width: 960px;
  min-height: 768px;
  margin: 0px;
  padding: 0px;
  background: #3A5369;
  font-family: Arial, sans-serif;
  color: white;
  font-size: 24px;
  line-height: 40px;

}

.colored {
  color: #7697B6;
}

a {
  text-decoration: none;
} 
img {
  border: none;
}
#header {
  width: 100%;
  height: 100px;
  min-height: 100px;
  background-color: #7698B6;
  border-bottom: 20px white solid;
  margin: 0px;
  padding: 0px;
}

#headerimage {
  width: 600px;
  height: 65px;
  min-width: 600px;
  min-height: 65px;
  background: url("http://cloudfront.whitehousephotostream.urbanapps.com/pics/icon.png") no-repeat;
  position: absolute;
  top: 15px;
  left: 18px;
}  

#created {
  float: right;
  margin: 30px 70px 30px 10px;

}  
#content {
  width: 100%;

}

#iphone {
  width: 302px;
  height: 545px;
  min-width: 302px;
  max-width: 302px;
  min-height: 545px;
  max-height: 545px;
  background: url("http://cloudfront.whitehousephotostream.urbanapps.com/pics/iphone-trans.png") no-repeat scroll;
  margin-top: -20px;
}

#business {
  color: white;
  font-family: Arial, sans-serif;
  font-size: 10px;
  position: absolute;
  top: 660px;
  left: 85px;
}

#business a {
  color: white;
  text-decoration: none;
}

#text {
  position: absolute;
  left: 330px;
  top: 194px;
  width: 360px;
}

#app-store-icon {
  position: absolute;
  left: 326px;
  top: 559px;
  text-decoration: none;
}

#large-icon {
  position: absolute;
  top: 112px;
  left: 700px;
  text-decoration: none;
  width: 560px;
  height: 560px;
  min-width: 560px;
  max-width: 560px;
  min-height: 560px;
  max-height: 560px;
  background: url("http://cloudfront.whitehousephotostream.urbanapps.com/pics/icon560.png") no-repeat scroll;
}

#app-store-icon a {
  text-decoration: none;
}

#app-store-icon img {
  border: none;
}

#screenshots {
  width: 185px;
  height: 277px;
  background: black;
  position: relative;
  left: 76px;
  top: 147px;
}
