
#container {
   width: 800px;
}

#left {
  float: left;
  width: 200px;
}

#content{
  float: right;
  width: 600px;
}

#footer {
  clear: both;
}