﻿#container #topPanel, #container #bottomPanel, #container #rightPanel {
	display:none;
}
#panels {
	background:none;
}
#centerPanel {
	float:left; /* since this element is floated, a width must be given */
/*!!563!!*/	width:660px;
	padding:0;
	margin:15px 0 20px 25px;
}

