body {
  margin: 0;
  text-align: left;
  font-family: Verdana;
  font-size: 10px;
  color: #6c6d6f; 
  background-color: black;
}

#container {
  position: absolute; 
  /*top: 50%; */
  left: 50%; 
  margin-top: 100px; 
  margin-left: -166px;
  
  height: 523px;
  width: 332px;
}

a {
  color: #6c6d6f;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #ffffff;
}