html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #4c4c4c;
}

h1 {
  font-size: 30pt;
}

a {
  color: #222;
  text-shadow: 0px 1px 3px #666;
  text-decoration: none;
}

#float {
  height: 50%;
  margin-bottom: -100px;
}

#content {
  height: 200px;
  margin: 0 auto;

  text-align: center;
  font-family: Droid Sans, Lucida Grande, Verdana;
  font-size: 20pt;
  color: #222;
  text-shadow: 0px 1px 3px #666;
}

