html{
  background: black;
}

#container{
  width: 960px;
  margin: 0px auto;
}

#container h1, #container p{
  color: #ddd;
  width: 700px;
  font-family: 'Terminal Dosis', sans-serif;
  margin: 0px auto;
  text-align:center;
}

#container h1{
  font-size: 20px;
  margin-top: 20px;
}

#container a{
  color: #ddd;
}

#ack{
  position: absolute;
  bottom: 15px;
  left: 10px;
}

#ack, #ack *{
  font-size: 11px;
  font-family: verdana, sans-serif;
  color: #fff;
}

#social{
  position: absolute;
  bottom: 5px;
  right: 10px;
}
