@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: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(images/back.gif);
	background-repeat: repeat-x;	
}
.oneColElsCtr #container {
	width: 862px;
	background: #FFFFFF;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColElsCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 135px;
}

.credits {
	width: 862px;
	margin-right: auto;
	margin-left: auto;
	font-size: 10px;
	text-align: left;
}

a {
	font-size: 10px;
	color: #999;
	text-decoration: none;
}

a:link {
}

a:hover {
}

