我的答案二,请大家帮我看看有哪些代码可以优化?
top{width:960px;height:100px;background:#ccc;margin:0 auto;}
.main{width:960px;height:400px;background:red;margin:0 auto;}
.left{ width:220px;height:400px;background:blue;float:left;}
.right{width:500px;height:400px;background:green;float:right}
.foot{width:960px;height:100px;background:#000;clear:both;margin:0 auto;}