html, body {
	margin: 0px;
	padding: 0px;
	height: 100%; 
	background-image:url(../images/bg_main.jpg);
}
div.topspacer {
	margin: auto;
	height: 8%;	
}
div.site_container {
	position:relative;
	margin: auto;
}

div.site{
	position:relative;
	margin: auto;
	width: 1034px;
	height: 705px;	
}
a:focus{
    outline:none;
}
a:link, a:visited {
	font-size: 11px;
	color: #1C5A17;
	font-weight: bold;
    text-decoration: none;
}

a:hover {
	color: #F40117;
}


