body {
  background-color: #1e1e1e;
  font-family: Helvetica Neue, Verdana, Arial, Helvetica, sans-serif;
  color: white; }

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

h1, h2 {
  display: none; }

#content {
  width: 600px;
  height: 75px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -38px;
  margin-left: -300px;
  text-align: center;
  font-size: 30px;
  color: #33ccff; }

#footer {
  width: 728px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -364px;
  text-align: center;
  font-size: 13px;
  font-color: #eeeeee;
  padding: 0 0 5px 0; }
  #footer #ads {
    margin: 10px 0 0 0; }
