@charset "utf-8";
body, html {
	background-image: url(../images/mainbottom_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container {
	background-image: url(../images/maintop_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height:100%;
	text-align: center;
}
#logo {
	width: 100%;
	height: 210px;
	position:relative; /*allows for top property to move the element*/
	top:35%; /*moves it 50% of #container's height down the page*/
	margin-top:0px; /*pulls it back up by half it's height*/
	margin-left: auto;
	margin-right: auto;
	color:#1e8f56;
	padding: 0px;
	text-align: center;
} 

a {
color: #1e8f56;
text-decoration: none;
font-size:14px;
}
