.top{background-color:#ccc;height:50px;}
.main{height:200px;background-color:red;position:relative;}
.left{ position:absolute;width:200px;top:0px;left:0px;background-color:blue;height:200px;}
.right{margin-left:210px;background-color:green;height:200px;}
.foot{height:50px;background-color:orange;}
.main{height:200px;background-color:red;position:relative;}
.left{ position:absolute;width:200px;top:0px;left:0px;background-color:blue;height:200px;}
.right{margin-left:210px;background-color:green;height:200px;}
.foot{height:50px;background-color:orange;}
.top{width:600px;height:60px;background:gray;}
.main{width:600px;background:orange;position:relative;}
.left{ width:100px;height:300px;background:blue;position:absolute;top:0;left:0;}
.right{height:300px;background:green;margin-left:110px;}
.foot{width:600px;height:40px;background:red;}
.main{width:600px;background:orange;position:relative;}
.left{ width:100px;height:300px;background:blue;position:absolute;top:0;left:0;}
.right{height:300px;background:green;margin-left:110px;}
.foot{width:600px;height:40px;background:red;}