.top{width:100%;height:100px;background:#ccc;}
.main{width:100%;height:600px;background:red;}
.left{width:200px;height:600px;background:blue;position:absolute;top:100px;left:0px;}
.right{width:100%;height:600px;background:green;margin-left:215px;position:absolute;}