.top{height:70px;background-color:#ccc;}
.main{width:100%;height:500px;margin:0 auto;background:red;}
.left{ width:200px;height:500px;background-color:blue;position:absolute;left 0;top:70px;}
.right{height:500px; background-color:green;margin-left:210px;}
.foot{background-color:#f63;}
.main{width:100%;height:500px;margin:0 auto;background:red;}
.left{ width:200px;height:500px;background-color:blue;position:absolute;left 0;top:70px;}
.right{height:500px; background-color:green;margin-left:210px;}
.foot{background-color:#f63;}
.top{height:100px; background:#ccc;}
.main{ width:100%; height:500px;background:red;}
.left{ width:200px; height:500px; background:blue; position:absolute;left:0; top:100px;}
.right{ width:80%; height:500px; background:green; float:right;}
.foot{ width:100%; height:50px; background:#F63;clear:both;}
.main{ width:100%; height:500px;background:red;}
.left{ width:200px; height:500px; background:blue; position:absolute;left:0; top:100px;}
.right{ width:80%; height:500px; background:green; float:right;}
.foot{ width:100%; height:50px; background:#F63;clear:both;}