#content {
  width: 950px;
  margin: auto;
  padding-top: 20px;
}

#footer {
  text-align: center;
  padding-top: 50px;
}

#splash {
   width: 802px;
   height: 575px;
   background: url(../img/splash.gif) no-repeat;
   position: relative;
}

#form {
  padding: 250px 0 0 160px;
}

#form-left input {
  margin-top: 2px;
  color: #999999;
  padding: 5px;
  margin-bottom: 8px;
  margin-right: 5px;
  height: 15px;
  border:1px solid #999;
  -moz-border-radius:3px;
  -webkit-border-radius:3px
} 

#form-right input {
  text-indent: -1000em;
  background: transparent url(../img/splash-submit.gif) no-repeat;
  height: 68px;
  width: 175px;
  cursor: pointer;
  cursor: hand;
  margin: 0;
  padding: 0;
  border: 0;}

#form-left {
  float: left;
}

#form-left #format {
  color: #fff;
  padding-left: 25px;
}

#form-right {
  margin-left: 350px;
}

a#skip {
  color: #fff;
  position: absolute;
  top: 534px;
  left: 690px;
  text-decoration: none;
}

#footer {
  text-align: center;
  background: transparent url(../img/footer.gif) no-repeat;
  height: 62px;
  padding-top: 120px;
}

#subscribed {
  width: 802px;
  height: 583px;
  background: #fff url(../img/subscribed.gif) no-repeat;
  margin: auto;
  position: relative;
  padding-top: 25px;
}

#subscribed #share {
  position: absolute;
  top: 300px;
  left: 100px;
  width: 200px;
}

#share #fb,
#share #twitter {
  width: 60px;
  float: left;
}

#subscribed #continue {
  position: absolute;
  bottom: 50px;
  right: 20px;
}

#subscribed #continue a {
  font-size: 16pt;
  font-style: italic;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}

#subscribed div#twitter {
  margin-left: 15px;
}

