* {
  margin: 0px;
  padding: 0px;    
}

body {
  background-color: #666666;
  font-family: Arial;
  font-size: 11px;
  color: #e1e1e1;    
}

a {
  color: #e1e1e1;
  text-decoration: underline;
}



div#container {
  position: absolute;
  width: 500px;
  left: 50%;
  margin-left: -250px;    
  top: 15%;
}

div#logo {
  width: 500px;
  position: relative;
}


div#content {
  margin-top: 10px;    
}