@charset "UTF-8";
body {
	padding: 0px;
	text-align: center;
	font-family: "Helvetica Neue";
	font-size: 11pt;
	background-color: #000000;
	margin: 0px;
	color: #FFFFFF;
}
.oneColFixCtr #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
	position: relative;
	height: 677px;
	z-index: 1;
}
.oneColFixCtr #mainContent {
	padding: 0px;
	position: absolute;
}

