body {
  background-color:#9af5f2;
  color:black;
  font-family:Veranda;
}

#page {
  width:800px;
  height:1000px;
  margin:auto;
  background-color:purple;
}

#top {
  background-color:red;
  text-align:center;
  width:790px;
  height:90px;
  padding:5px;
  font-size:40px;
}

#left {
  background-color:green;
  color:white;
  height:580px;
  width:180px;
  padding:10px;
  float:left;
}

#right {
  background-color:blue;
  color:white;
  height:880px;
  width:580px;
  padding:10px;
  float:left;
}



