@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	padding: 0%;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	z-index: 2000;
}
.oneColFixCtr #container {
	width: 950px;
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-color: #787878;
	z-index: 1500;
}
.oneColFixCtr #mainContent {
	margin: auto;
	padding: 5px;
	z-index: 1000;
}
