.top{width:100%;background:#ccc;}
.main{position:relative;width:100%;height:300px;}
.left{ width:200px;position:absolute;left:0;background:blue;height:300px;}
.right{width:100%;position:absolute;left:200px;right:0;background:green;height:300px;}
.foot{width:100%;background:orange;}
.main{position:relative;width:100%;height:300px;}
.left{ width:200px;position:absolute;left:0;background:blue;height:300px;}
.right{width:100%;position:absolute;left:200px;right:0;background:green;height:300px;}
.foot{width:100%;background:orange;}
.top{background:gray;display:inline-block;}
.main{position:relative; bg......;h...;w...;}
.left{height:300px;width:200px;background:blue;position:absolute;top:0px;left:0px;}
.right{ height:300px;width:100%;background:green;margin-left:210px;}
.foot{background:orange;display:inline-block;}
.main{position:relative; bg......;h...;w...;}
.left{height:300px;width:200px;background:blue;position:absolute;top:0px;left:0px;}
.right{ height:300px;width:100%;background:green;margin-left:210px;}
.foot{background:orange;display:inline-block;}
.main{background:red;height:300px;width:100%;position:relative;}
.left{height:300px;width:29%;background:blue;position:absolute;top:0px;left:0px;}
.right{ height:300px;width:70%;background:green;position:absolute;top:0px;right:0px;}
.foot{height:50px;background:orange;clear:both;}
.left{height:300px;width:29%;background:blue;position:absolute;top:0px;left:0px;}
.right{ height:300px;width:70%;background:green;position:absolute;top:0px;right:0px;}
.foot{height:50px;background:orange;clear:both;}