body {
  margin: 0 0 0 0px;
  background-color: white;
  font-family: "Lucida Grande", "Bitstream Vera Sans", "Verdana";
  font-size: 14px;
}


#page {
  background-color: white;
  width: 100%;
  margin: 0px;  
}

#top {
  padding-left: 5px;
  background-color: white;
  border-top: none;  
}


#content {
  float: left;
  background-color: white;
  border: none;  
}

#footer {
  clear: both;
}



