.top{width:100%;height:150px;background:red;}
.main{height:500px;width:200px;background:green;}
.left{ height:500px;width:150px;position:absolute;top:150px;background:blue;}
.right{width:100%;height:500px;position:absolute;left:200px;background:gray;}
.foot{width:100%;height:100px;background:pink;}
.main{height:500px;width:200px;background:green;}
.left{ height:500px;width:150px;position:absolute;top:150px;background:blue;}
.right{width:100%;height:500px;position:absolute;left:200px;background:gray;}
.foot{width:100%;height:100px;background:pink;}
简单点
.top{background-color:gray; margin:0 auto; height:100px;}
.main{background-color:red;}
.left{background-color:blue; width:200px; height:600px;}
.right{background-color:green; width:100%; height:600px;position:absolute;left:210px;}
.foot{background-color:yellow; margin:0 auto;}
.top{background-color:gray; margin:0 auto; height:100px;}
.main{background-color:red;}
.left{background-color:blue; width:200px; height:600px;}
.right{background-color:green; width:100%; height:600px;position:absolute;left:210px;}
.foot{background-color:yellow; margin:0 auto;}
.top{ height:100px; background:#CCC;}
.main{ height:500px; background:#F00; background-color:#F00}
.left{ width:200px; height:500px; background:#00F; position:absolute; top:100px; left:0}
.right{ margin-left:210px; height:500px; background:#9C9;}
.foot{ height:50px; background:#F00;}
.main{ height:500px; background:#F00; background-color:#F00}
.left{ width:200px; height:500px; background:#00F; position:absolute; top:100px; left:0}
.right{ margin-left:210px; height:500px; background:#9C9;}
.foot{ height:50px; background:#F00;}