@charset "utf-8";
/* CSS Document */

body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #999999;
	background: #000000;
}
.oneColFixCtrHdr #container {
	width: 1100px;
	margin: 0 auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
	background: #000000 url(../images/bg.jpg) no-repeat center top;
	height: 700px;
}
.oneColFixCtrHdr #header {
	text-align: right;
	margin-right: 35px;
}
.oneColFixCtrHdr #mainContent {
	text-align: center;
	width: 806px;
	height: 400px;
	margin-left: 225px;
	padding-top: 1px;
}
.oneColFixCtrHdr #footer {
	padding: 50px 70px 0px 0px;
	text-align: right;
}
