/*solution 1:div.left must shorter than div.right.*/
.top{width:100%;}
.main{position:relative;}
.left{width:200px; position:absolute; left: 0; top: 0; height:510px;}
.right{margin:0px 0px 0px 210px; height:500px;}
.foot{width:100%;}
.top{width:100%;}
.main{position:relative;}
.left{width:200px; position:absolute; left: 0; top: 0; height:510px;}
.right{margin:0px 0px 0px 210px; height:500px;}
.foot{width:100%;}
.top{height:100px;background:#cfcfcf;}
.main{background:red;}
.left{width:200px;height:600px;background:blue; position:absolute; top:100px; left:0px;}
.right{background:#7bc69f;width:100%; margin:0 0 0 205px; height:600px;}
.foot{background:#e37411;}
.main{background:red;}
.left{width:200px;height:600px;background:blue; position:absolute; top:100px; left:0px;}
.right{background:#7bc69f;width:100%; margin:0 0 0 205px; height:600px;}
.foot{background:#e37411;}
.top{height:80px;margin:0 auto;background:gray;}
.main{height:500px;background:red;position:relative;}
.left{ width:200px;background:blue;height:500px;position:absolute;top:0;left:0;}
.right{width:100%;background:cyan;height:500px;margin:0 0 0 210px;}
.foot{bottom:0;height:50px;background:orange;}
.main{height:500px;background:red;position:relative;}
.left{ width:200px;background:blue;height:500px;position:absolute;top:0;left:0;}
.right{width:100%;background:cyan;height:500px;margin:0 0 0 210px;}
.foot{bottom:0;height:50px;background:orange;}
.top{height:100px; background:#ccc}
.main{height:400px; background:red; position:relative}
.left{ position:absolute; height:400px; width:125px; top:0; left:0; background:blue}
.right{position:absolute; height:400px; width:240px; margin-left:130px; background:#9c9}
.foot{height;50px; background:#f63}
.main{height:400px; background:red; position:relative}
.left{ position:absolute; height:400px; width:125px; top:0; left:0; background:blue}
.right{position:absolute; height:400px; width:240px; margin-left:130px; background:#9c9}
.foot{height;50px; background:#f63}