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

body {
	margin: 0;
	padding: 0;
	text-align: center;
	border: 0;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #333333;
}
.oneColFixCtr #container {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	display: block
}
.oneColFixCtr #mainContent {
	margin-left: -475px;
	position: absolute;
	top: -295px;
	left: 50%;
	width: 950px;
	height: 590px;
	visibility: visible;
	background-color: #000000;
}
