CSS实现两栏等高

左边栏的CSS:
	#main{
		width:580px;
		margin-bottom:-2012px;
		padding-bottom:2012px;
		background:#eee;
		float:left;
	}
			

我如果在这里放个广告位不知道会不会有人点。哈哈

1号广告位坑

2号广告位坑

3号广告位坑

4号广告位坑

右边栏的CSS:
#aside{
  width:210px;
  margin-bottom:-2012px;
  padding-bottom:2012px;
  background:#bbb;
  float:right;
}