body {
	background: #f1f2f2;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

.oneColFixCtr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #c3dbb2;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 15px solid #f1f2f2;
	text-align: center; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
