body{ text-align:left;}
.top{background:grey;margin:0 auto;height:100px;}
.main{background:red;overflow:hidden;height:500px;}
.left{ background:blue;width:200px;float:left;height:500px;}
.right{background:green;float:right;height:500px;width:70%;}
.foot{background:yellow;margin:0 auto;clear:both;}
.top{background:grey;margin:0 auto;height:100px;}
.main{background:red;overflow:hidden;height:500px;}
.left{ background:blue;width:200px;float:left;height:500px;}
.right{background:green;float:right;height:500px;width:70%;}
.foot{background:yellow;margin:0 auto;clear:both;}
body{ margin:0; padding:0; font-size:30px; color:#fff}
.top{background:gray;height:100px;}
.main{}
.left{background:blue;float:left;width:380px;border-right:10px solid red;height:500px;}
.right{background:green;float:right;width:512px;height:500px;}
.foot{background:pink;clear:both;}
.top{background:gray;height:100px;}
.main{}
.left{background:blue;float:left;width:380px;border-right:10px solid red;height:500px;}
.right{background:green;float:right;width:512px;height:500px;}
.foot{background:pink;clear:both;}
.top{background-color:gray;margin:0 auto;width:100%;height:60px;}
.main{height:300px;}
.left{width:200px;background-color:blue;height:300px;position:absolute;top:60px;}
.right{background-color:green;margin-left:200px;height:300px}
.foot{background-color:orange;margin:0 auto;width:100%;}
.main{height:300px;}
.left{width:200px;background-color:blue;height:300px;position:absolute;top:60px;}
.right{background-color:green;margin-left:200px;height:300px}
.foot{background-color:orange;margin:0 auto;width:100%;}