body {
  background: #000 url('../images/grad_bg.png') repeat-x scroll top left;
  font-family: Georgia, serif;
  font-weight: normal;
  color: #fff;
  /* Light text on a dark background fix for Safari */
  text-shadow: 0 0 0 #000;
}

a, a:active, a:visited {
  color: #60bde4;
}

#container {
  margin: 20px auto;
  width: 550px;
}

#branding h1, #branding h2 {
  color: #60bde4;
  text-indent: -9999px;
  margin: 20px auto;  
}

#branding h1 {
  height: 252px;
  width: 252px;
  background-image: url('../images/firblitz_logo.png');
}

#branding h2 {
  height: 70px;
  width: 481px;
  background-image: url('../images/things_for_people.png');
}

#information {
  text-align: center;
}

#information form div * {
  margin: 20px 0px;
}

#legal {
  text-align: center;
  font-size: 75%;
}