#left-column 
{
    width:200px;
    float:left;    
}

#center-column 
{
    float:left;
    width:520px;  
}

#right-column 
{
    float:right;
    width:200px;
}

#body-base {
	padding:0 20px;
	text-align:center;
}