@import url(ColumnMinHeight.css);

.Columns #banner
{
clear:both;
float:none;
background:lime;
margin-bottom:20px;
background:transparent url(../images/home_banner_curve.gif) no-repeat 50% 100%;
padding-bottom:20px;
}
.Columns #banner .ElementContainer
{
padding-bottom:0px;
}
.Columns #leftColumn
{
float:left;
width:360px;
}
.Columns #centerColumn
{
display:none;
}
.Columns #rightColumn
{
width:360px;
float:right;
}