.top{height:100px;background:grey;}
.main{height:600px;margin:0 auto;position:relative;background:red;}
.left{height:600px;width:200px;background:blue;float:left;}
.right{height:600px;background:green;position:absolute;left:210px;}
.foot{height:50px;background:orange;}