body {
  background: #ff6;
  font-family: "trebuchet ms", trebuchet, arial, sans-serif;
}

/* links... */
a img,
a {
  border: none;
  text-decoration: none;
}
/* ...links */

.container {
  width: 687px;
  margin: auto;
}

h1 {
  text-indent: -999em;
  background: url(/images/logo.gif) no-repeat center center;
  height: 97px;
  width: 687px;
}

#ticker {
  color: #666;
  font-size: 12px;
  text-align: center;
  margin-top: 2em;
}

#ticker a {
  color: #986828;
  background: url(/images/bee.png) no-repeat right center;
  padding: 25px 80px;
}

#header {
  margin: 50px auto 40px auto;
  text-align: center;
}

#thank_you_section {
  background: white;
  width: 395px;
  margin-left: 75px;
  padding: 50px;
}

#sign_up_section {
  height: 422px;
  padding: 0 0 0 120px;
  background: url(/images/box_and_girl.png) no-repeat left top;
}

#sign_up_section p {
  padding-top: 50px;
}

.section p strong {
  color: black;
}

.section p {
  margin: 0;
  padding: 0;
  font-size: 24px;
  color: #cbcb31;
  font-weight: bold;
}

.section a {
  color: #986828;
  border: none;
  text-decoration: none;
}

form#sign_up {
  margin: 30px 0 0 75px;
}

label {
  font-weight: bold;
  font-size: 14px;
  display: block;
  color: #666;
  margin-bottom: .5em;
}

input,
button {
  color: #999;
  font: bold 10px verdana, arial, sans-serif;
  margin: 0;
}

input {
  background: white;
  border: 1px solid #999;
  padding: 4px 5px;
  width: 100px;
}

button {
  background: #999;
  border: none;
  color: white;
  margin-left: -10px;
  padding: 5px 7px;
}

#footer,
#footer a {
  color: #999;
}

#footer .nav {
  font-family: verdana, arial, sans-serif;
  font-size: 10px;
  text-align: center;
  margin: 25px 0 0 0;
  padding: 0;
}

#footer .nav li {
  display: inline;
  padding: 0 5px 0 2px;
  border-right: 1px solid #999;
}

#footer .nav li.copyright {
  border: none;
  margin-right: 15px;
}

#footer .nav li.last {
  border: none;
  margin-right: 0;
}
