.top{height:100px; background:#ccc}
.main{height:500px;background:red;}
.left{ width:200px; height:500px; background:blue; float:left;}
.right{height:500px; background:#9C9;float:left;position:absolute;left:210px;top:100px;width:100%;}
.foot{ height:50px; background:#F63;clear:both;}
侠客岛的含笑