html, body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  background: #f1f1f1;
  text-shadow: 0px -1px 1px #fff;
}

#link-container {
  margin-top: 70px;
}

#link-container .button a {
  display: block;
  
  height: 32px;
  margin-bottom: 16px;
  background: url('../images/button_bg.png') top center no-repeat;
  
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0px -1px 1px #000;
  text-decoration: none;
}

#link-container .button a:hover {
  background-position: bottom center;
}

#tweet-container {
  width: 580px;
  height: 88px;
  background: url('../images/twitter_bg.png') top center no-repeat;
  
  margin: 32px 0;
}

#tweet {
  margin: 16px;
  
  color: #434343;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  font-style: italic;
  line-height: 24px;
  text-align: center;
  word-spacing: -1px;
}

#tweet a, #details-container a {
  color: #3399cc;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
}

#tweet a:hover, #details-container a:hover {
  color: #1b82b6;
}

#details-container {
  margin-bottom: 70px;
}

#details-container h3, #details-container h4 {
  font-size: 12px;
  font-weight: bold;
  color: #434343;
  text-shadow: 0px -1px 1px #fff;
}

#details-container .container {
  margin-top: 8px;
}