@CHARSET "UTF-8";

#topLayout
{
    
	width:800px;
	left: 0px;
    right: 0px;
	margin-left: auto;
    margin-right: auto;	
    
}
#headerLayout
{
	display:transparent;
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
#contentLayout
{
	width:800px;
}
#bannerLayout
{
	width:800px;
	display:transparent;
	height:150px;
	
}
#footerLayout
{
	width:800px;
}

