body {
	margin:0px;
	padding:0px;
	
	background-color:#CDCDCD;
}

div.floathack {
	height:0px;
	
	display:block;
	
	visibility:hidden;
}

div {
	overflow:hidden;
}

div#pageContainer {
	width:960px;
	position:absolute;
	left:50%;
	margin-left:-480px;
	padding:0px;
	background-color:#CDCDCD;
	top: -2px;
}

div#containerHeader {
	width:960px;
	
	background-color:#CDCDCD;
	
}

div#containerContent {
	width:960px;

	background-color:#CDCDCD;
}

div#containerSubContent {
	width:960px;

	background-color:#CDCDCD;
}

