body {
  margin : 0px 0px 0px 0px;
}
#top {
	position: absolute;
	height: 100px;
	width: 100%;
	top:0px;
	background-color : #aaaaaa;
	padding-left : 10px;}
#left {
	position: absolute;
	height:100%;
	width:200px;
	top:100px;
	background-color : #cccccc;
	padding-top : 15px;
	padding-left : 10px;}
#main {
  position: absolute;
  top: 105px;
  left: 215px;
}
