@charset "utf-8";
/* CSS Document */
body {
	font-family: "Times New Roman", Times, serif;
	background-color:white;
	background-image:url('../images/wcmcbkg.jpg');
	background-repeat:no-repeat;
	width:100%;
    background-position=left center;
	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: #000000;
	background-repeat: no-repeat;
}
.oneColElsCtr #container {
	margin-top:auto;
	width: 960px;
	height: inherit;
	margin-left: auto;
	margin-right: auto;
	border: 1px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color:black;
    font-family: "Times New Roman", Times, serif;
	font-size: 23px;
	padding-left:40px;
}
.oneColElsCtr #logo
{
    padding-top:40px;
}
#tag
{
	display:block;
	width:1037px;
	margin-left:-75px;
	
}
.oneColElsCtr #links
{
    margin-left:33%; 
    width:70%;
    height:200px;
}
#copy
{
	margin-left:-60px;
	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 */
}
a:-webkit-any-link 
{
    color:black;
	text-decoration:none;
}

a:hover {
    color:#AFBD47;
}

#background
{
	position:fixed;
	top:560px;
}