@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: #3B3B3B;
	background-color: #2C2729;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColFixCtr #container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtr #mainContent {
	background-image: none;
	height: 700px;
	width: 800px;
	padding-top: 0;
	padding-bottom: 0;
	background-repeat: no-repeat;
	margin-top: 60px;
	background-color: #2C2729;
	text-align: center;
}.oneColFixCtr #container #mainContent img {
	margin-right: auto;
	margin-left: auto;
}
.oneColFixCtr #container #mainContent a {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase;
	color: #EBF5F5;
	font-style: normal;
	text-align: center;
}
