body{
  margin: 0;
  padding: 0;
  font-size: 76%;
  background-color: #000000;
  color: #A6A6A6;
  }
  p {
    text-align: center;
  }
#banner {
  width: 800px;
  font-size: 140%;
}


#content {
  width: 800px;
  float: left;
}


a:link{
  color: #CCFF66;
  text-decoration: underline;
}
a:visited{
  color: #339933;
  text-decoration: none;
}
a:hover{
  color: #FFFF33;
}
#footer {
  clear: both;
  float: left;
  width:  800px;
}



