body {
  margin : 0px 0px 0px 0px;
}
#top {
  position: absolute;
  height: 100px;
  width: 100%;
  top:0px;
  border:0px none;
}
#left {
  position: absolute;
  height:100%;
  width:200px;
  top:115px;
}
#main {
  position: absolute;
  top: 115px;
  left: 215px;
}
