.top{height:100px;background:gray;}
.main{height:600px;background:red;position:relative;}
.left{ height:600px;width:200px;background:blue;position:absolute;top:0;left:0;}
.right{height:600px;background:green;margin-left:210px;}
.foot{height:100px;background:orange;clear:both;}
.main{height:600px;background:red;position:relative;}
.left{ height:600px;width:200px;background:blue;position:absolute;top:0;left:0;}
.right{height:600px;background:green;margin-left:210px;}
.foot{height:100px;background:orange;clear:both;}