body {
  background: #EEE;
  font-family: Helvetica, Arial, sans-serif;
}

a, a:visited {
  color: #ce3e17;
}

a:hover {
  text-decoration: none;
  color: #333;
}

a:active {
  color: #666;
}

#content_wrapper {
  width: 450px;
  margin: 200px auto;
}

h1 a {
  width: 361px;
  height: 73px;
  background: transparent url(../images/logo.png) 0 0 no-repeat;
  display: block;
  text-indent: -99999px;
  margin: 0 auto;
}

h1 a:hover {
  opacity: 0.7;
}

#expectations {
  margin: 30px 0 0 0;
  border-bottom: 1px #e1e1e1 solid;
}

#expectations h2 {
  width: 328px;
  height: 14px;
  background: transparent url(../images/expectations.png) 0 0 no-repeat;
  display: block;
  text-indent: -99999px;
  margin: 10px auto;
}

#expectations ul {
  background: #FFF;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px #e1e1e1 solid;
  padding: 20px;
  margin: 0 0 10px 0;
  -moz-box-shadow: 0 1px 0 #FFF;
  -webkit-box-shadow: 0 1px 0 #FFF;
}

#expectations ul li {
  padding: 10px 0 25px 0;
  background: transparent url(../images/divider.png) center bottom no-repeat;
}

#expectations ul li#first {
  padding: 0 0 25px 0;
}

#expectations ul li#last {
  background: transparent;
  padding: 10px 0 0 0;
}

#expectations ul li h3 {
  font-weight: bold;
  text-transform: uppercase;
  color: #444;
  font-size: 14px;
  letter-spacing: -0.5px;
  margin: 0 0 5px 0;
}

#expectations ul li p {
  font-size: 14px;
  color: #888;
  line-height: 18px;
}

#expectations a#details {
  color: #444;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
  width: 240px;
  margin: 20px auto;
  display: block;
  text-shadow: 0 1px 0 #FFF;
}

#expectations a#details em {
  display: block;
  float: right;
  width: 97px;
  height: 27px;
  background: transparent url(../images/btn_details.png) 0 0 no-repeat;
  text-indent: -99999px;
  position: relative;
  top: -7px;
  left: 7px;
}

#expectations a:hover#details {
  color: #000;
  text-decoration: underline;
}

#expectations a:active#details {
  color: #666;
  text-decoration: none;
}

#expectations a:hover#details em {
  background-position: 0 -27px;
}

#expectations a:active#details em {
  background-position: 0 -54px;
}

a#twitter {
  width: 139px;
  height: 16px;
  background: transparent url(../images/icon_twitter.png) 0 0 no-repeat;
  display: block;
  margin: 20px auto;
  text-indent: -99999px;
}

a:hover#twitter {
  opacity: 0.7;
}

#contribute {
  margin: 0 0 10px 0;
}

#contribute p {
  text-align: center;
  font-size: 14px;
  color: #444;
}