@charset "utf-8";
/* CSS Document */
body {
	font-family: "Times New Roman", Times, serif;
	background-color:white;
	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;
}
.oneColElsCtr #container {
	margin-top:auto;
	width: 55%; /*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;*/
	font-size: min(1em, 12px);
	font-size: 2.6vmin;
	padding-left:40px;
}
.oneColElsCtr #logo
{
	display:block;
	width: 90%;
	height: auto !important;
	margin-left:auto;
	margin-right:auto;
    padding-top:40px;
}
#tag
{
	width: 100%; 
	height: auto !important;
	display:block;
}
.oneColElsCtr #links
{
    margin-left:33%; 
    width:70%;
    height:200px;
}
a:-webkit-any-link 
{
    color:black;
	text-decoration:none;
}

a:hover {
    color:#AFBD47;
}

#copy
{
	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 */
}
#background
{
	width: 100%; 
	position:fixed;
	bottom:0px;	
}

.fix
{
    bottom:0px;
	width:100%;
	height:auto;
	margin: 0 auto;
	overflow:hidden;
}