.top{width:100%;background:grey;}
.main{background:red;overflow:hidden;}
.left{float:left;background:blue;height:600px;width:300px;}
.right{float:right;width:600px;background:green;height:600px;}
.foot{position:absolute;bottom 0;background:orange;width:100%;}