@charset "UTF-8";
body {
	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: #690;
	background-color: #161616;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	height: 733px;
	width: 1100px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	font-style: normal;
	float: none;
}
.oneColFixCtr #container {
	width: 1100px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	position: absolute;
	height: 733px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0;
	clear: both;
	float: none;
	background-repeat: no-repeat;
}
.oneColFixCtr #mainContent {
	height: 733px;
	width: 1100px;
	padding: 0;
	margin: 0px;
	position: fixed;
}
#apDiv1 {
	position:relative;
	width:1000px;
	height:50px;
	color: #690;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	padding: 0px;
	background-repeat: no-repeat;
	margin: 0%;
}

