@charset "utf-8";
body {
	font: 100% Tahoma, Geneva, sans-serif;
	background: #000 url(img/_bg.jpg) no-repeat fixed left top;
}
.oneColFixCtrHdr #container {
	width: 900px;
	margin: auto;
}
.oneColFixCtrHdr #header {
	border-style: none;
	text-align: center;
	padding: none;
	height: 285px;
	width: 900px;
}
.oneColFixCtrHdr #mainContent {
	padding: 1px 20px 1px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: transparent url(img/_mc_bg.png) repeat-y center top;
	border: none;
	color: #f2f2f2;
}
.oneColFixCtrHdr #footer {
	padding: 0px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:transparent;
	color: #CCC;
}
.oneColFixCtrHdr #footer p {
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 14px;
}
img {
	border:none;
	margin: 0px;
	text-align: center;
}
