body#splash {
  background-image: url(/images/bg_splash.jpg);
  background-position: top center;
  background-repeat: no-repeat;
}

body#splash div#header {
  background-image: url(/images/bg_splash_header.jpg);
  background-repeat: no-repeat;
  height: 142px;
  margin: 0 auto;
  width: 792px;
}

body#splash h1 {
  border: none;
  padding: 0;
}

body#splash div#header h1 a {
  display: block;
  height: 142px;
  text-indent: -9000px;
  width: 792px;
}

body#splash div#content {
  background-image: url(/images/bg_splash_content.jpg);
  height: 273px;
  margin: 0 auto;
  width: 792px;
}

body#splash div#content div#welcome {
  color: #002c51;
  font-size: 22px;
  height: 109px;
  line-height: 1.2em;
  padding: 25px;
  padding-right: 340px;
}

body#splash div#content div#welcome h1 {
  color: #002c51;
  font-family: Arial, sans-serif;
  font-size: 32px;
  font-weight: bold;
  margin: 0;
  margin-bottom: .333em;
}

body#splash div#content div#welcome p {
  margin: 0 0 .333em 0;
}

body#splash div#content div#welcome strong {
  color: #d00;
}

body#splash div#content h2 {
  border: none;
  display: block;
  margin: 0;
  padding: 0;
  text-indent: -9000px;
}

body#splash div#content div#join_team_isakson_form {
  background-image: url(/images/bg_splash_content.jpg);
  background-repeat: no-repeat;
  background-position: 0 159px;
  height: 102px;
  padding-left: 25px;
  padding-top: 12px;
  width: 777px;
}

body#splash div#content div#join_team_isakson_form h2#join_team_isakson {
  background-image: url(/images/bg_splash_join_team_isakson.png);
  background-repeat: no-repeat;
  height: 38px;
  width: 202px;
}

body#splash div#footer {
  background-image: url(/images/bg_splash_footer.jpg);
  background-repeat: none;
  height: 32px;
  margin: 0 auto;
  padding: 0;
  padding-right: 15px;
  padding-top: 15px;
  text-align: right;
  width: 777px;
}

body#splash div#footer a {
  color: white;
}

body#splash div#paid-for p {
  border: 1px solid white;
}

body#splash div#content div#join_team_isakson_form #join_team_request_email, 
body#splash div#content div#join_team_isakson_form #join_team_request_zip { 
  background-color: #fff; 
  border: 1px solid #848484; 
  color: #666666; 
  font-size: 18px; 
  margin-right: 0; 
  padding: 7px 0 8px 4px; 
  vertical-align: top; 
}

body#splash div#content div#join_team_isakson_form #join_team_request_email {
  width: 237px;
}

body#splash div#content div#join_team_isakson_form #join_team_request_zip { 
  width: 94px;
}