@charset "UTF-8";
body {
	background-color: #bfe290;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
	#wrapper {
	margin: 0 auto;
	width: 780px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-position: center;
	position: center;
		}
		#header {
						width: 100%;
			}
			.logo {
			background-color: #FFFFFF;
			min-height: 450px;
			height: auto !important;
			height: 450px;
			width:780px;
			margin: 0 auto;
			}
	#content {
			background-color: #FFFFFF;
			float: left;
			width: 770px;
			min-height: 150px;
			height:auto !important;
			height: 100%;
			padding: 0px 5px;	
			}
			
	#footer{
		text-align:center;
		color:#000000;
		float:none;
		}
			a:link {
				color: #000000;
				text-decoration: underline;}
			a:visited {
				color: #000000;
				text-decoration: underline;}
			a:hover {
				color: #000000;
				text-decoration: overline;}
			a:active {
				color: #000000;
				text-decoration: none;}

