body{
 background-color:#045c5a;
 color:#ff007f;
 font-family:serif;
}

#container {
  width:700px;
  margin-right:auto;
  margin-left:auto;
  background-color:#FDFD96;
  height:800px;
}

#top {
 color:black;
 text-align:center;
 height:75px;
 width:700px;
}

#column {
  background-color:grey;
  color:black;
  text-align:left;
  width:390px;
  padding:5px;
  font-family:arial;
  float:left;
}