.top{height:200px;background:#ccc;}
.main{height:600px;margin:0 auto;background:red;clear:both;}
.left{width:20%;height:600px;background:blue;float:left;}
.right{width:78%;height:600px;background:#9acc99;float:right;}
.foot{height:100px;background:#F63;margin:0 auto;}