.left{ width:300px; height:600px; background:#ccc; float:left;text-align:left;}/*左浮动样式*/
.right{ width:660px; height:600px; background:#FCC; float:left;text-align:left}/*右浮动样式*/
.right{ width:660px; height:600px; background:#FCC; float:left;text-align:left}/*右浮动样式*/
.top{width:100%;background:#ccc;}
.main{width:100%;background:red;position:relative;}
.left{width:200px;height:500px;background:#00c;}
.right{width:100%;height:500px;position:absolute;margin-left:210px;background:#0c6;}
.foot{width:100%;background:orange;height:100px;clear:both;}
.main{width:100%;background:red;position:relative;}
.left{width:200px;height:500px;background:#00c;}
.right{width:100%;height:500px;position:absolute;margin-left:210px;background:#0c6;}
.foot{width:100%;background:orange;height:100px;clear:both;}