#top{
  width : 800px;
  background-color : black;
  color : white;
  height : 200px;
  left : 0px;
  top : 0px;
  margin-top : 0px;
}

#reft{
  width : 300px;
  background-color : #191919;
  color : white;
  height : 550px;
  float : left;
}

#light{
  width : 500px;
  background-color : black;
  color : #ffffff;
  height : 550px;
  float : right;
}

#bottom{
  width : 800px;
  background-color : black;
  color : white;
  height : 200px;
  clear : both;
}

#bace{
  background-color : black;
  width : 800px;
  height : 1200px;
  color : white;
  left : 0px;
  top : 0px;
  margin-top : 0px;
  padding-top : 0px;
  border-top-width : 0px;
}
