怎样修改才能把中间的红颜色露出一丢丢,求大神指点
.top{height:80px;background:gray;}
.main{width:500px;height:500px;background:red;margin:0 auto;}
.left{width:200px;height:500px;background:blue;float:left;}
.right{width:300px;height:500px;background:green;float:right;}
.foot{height:30px;background:orange;}