.top{width:100%; height:50px;background:gray;}
.main{width:100%; height:300px;background:red;}
.left{width:200px;height:300px;background:blue;position:absolute;}
.right{margin-left:210px;width:100%;height:300px;background:green;position:absolute;}
.foot{width:100%; height:50px;background:#369;}
.main{width:100%; height:300px;background:red;}
.left{width:200px;height:300px;background:blue;position:absolute;}
.right{margin-left:210px;width:100%;height:300px;background:green;position:absolute;}
.foot{width:100%; height:50px;background:#369;}
.top{width:auto;background:#ccc;height:100px;}
.main{background:#f00;height:600px;}
.left{ background:blue;width:200px;height:600px; float:left;}
.right{background:green;height:600px; position:absolute;right:0px; left:210px;}
.foot{height:100px;width:auto; clear:both;background:#ccc;}
.main{background:#f00;height:600px;}
.left{ background:blue;width:200px;height:600px; float:left;}
.right{background:green;height:600px; position:absolute;right:0px; left:210px;}
.foot{height:100px;width:auto; clear:both;background:#ccc;}