<div class="top">top</div>
<div class="main">
<div class="right">right</div>
<div class="left">left</div>
<div class="clear"></div>
</div>
<div class="foot">foot</div>
<div class="main">
<div class="right">right</div>
<div class="left">left</div>
<div class="clear"></div>
</div>
<div class="foot">foot</div>
.top{width:100%;height:70px;background-color:#ccc;}
.main{width:100%;background-color:red;}
.left{width:35%;height:350px;background-color:blue;float:left;}
.right{width:63%;height:350px;background-color:green;float:right;}
.foot{width:100%;height:50px;background-color:orange;}
.clear{clear:both;}
.main{width:100%;background-color:red;}
.left{width:35%;height:350px;background-color:blue;float:left;}
.right{width:63%;height:350px;background-color:green;float:right;}
.foot{width:100%;height:50px;background-color:orange;}
.clear{clear:both;}
.top{width:100%; height:100px; background:gray;}
.main{width:100%; height:600px; background:red;}
.left{width:300px; height:600px; background:blue; float:left;}
.right{width:550px; height:600px; background:#369; float:right;}
.foot{width:100%; height:100px; background:#f63;}
.main{width:100%; height:600px; background:red;}
.left{width:300px; height:600px; background:blue; float:left;}
.right{width:550px; height:600px; background:#369; float:right;}
.foot{width:100%; height:100px; background:#f63;}