@charset "UTF-8";
body {
	padding: 50;
	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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000000;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
.oneColFixCtr #container {
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 535px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5;
	margin-left: auto;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 5px solid #FFFFFF;
}
