.top{height:100px;background:gray;}
.main{background:red;height:500px;}
.left{height:500px;width:200px;position:absolute;left:0;background:blue;}
.right{height:500px;background:green;position:absolute;rigth:0;margin-left:210px;width:100%;}
.foot{height:50px;background:orange;}
.main{background:red;height:500px;}
.left{height:500px;width:200px;position:absolute;left:0;background:blue;}
.right{height:500px;background:green;position:absolute;rigth:0;margin-left:210px;width:100%;}
.foot{height:50px;background:orange;}
.top{width:100%;height:50px;background:#ccc;}
.main{height:500px;background:red;}
.left{height:100%;width:200px;background:blue;float:left;}
.right{height:100%;width:80%;background:#9C9;float:right;}
.foot{width:100%;background:#F63;clear:both;}
.main{height:500px;background:red;}
.left{height:100%;width:200px;background:blue;float:left;}
.right{height:100%;width:80%;background:#9C9;float:right;}
.foot{width:100%;background:#F63;clear:both;}