.top{height:100px; background:lightgray;}
.main{ height:600px; background:red; position:relative;}
.left{ width:200px; height:600px; background:blue; position:absolute; top:0; left:0;}
.right{height:600px; background:green; margin-left:210px;}
.foot{ height:100px; background:orange;}
.main{ height:600px; background:red; position:relative;}
.left{ width:200px; height:600px; background:blue; position:absolute; top:0; left:0;}
.right{height:600px; background:green; margin-left:210px;}
.foot{ height:100px; background:orange;}
body{margin:0;padding:0;font-size:30px;color:#fff;}
.top{height:100px;background:#ccc;}
.main{height:500px;background:red;}
.right{margin-left:210px;height:500px;background:#9C9;}
.left{width:200px;height:500px;background:blue;position:absolute;left:0;top:100px;}
.foot{ height:50px; background:#F63}
.top{height:100px;background:#ccc;}
.main{height:500px;background:red;}
.right{margin-left:210px;height:500px;background:#9C9;}
.left{width:200px;height:500px;background:blue;position:absolute;left:0;top:100px;}
.foot{ height:50px; background:#F63}