@charset "utf-8";
/* CSS Document */
*{
	padding:0px;
	border-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
	
a:link {
	text-decoration: none;
	color: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}


body {
	background-color:#000000;
	}

div#wrapper {
	width: 800px;
	height:auto;
	margin:auto;
	background-color:#738539;
	background-image:url(../images/images/header_03_01.png);
	background-repeat:no-repeat;
	}
	
div#header {
	width:800px;
	height:208px;
	}	



div#right {
	width:600px;
	height:auto;
	float:left;
	padding-top:50px;
	margin-right:20px;
	margin-left:130px;
	background-image
	}

div#footer {
	width:800px;
	height:150px;
	clear:both;
	background-image:url(../images/images/grass_02.png);
	background-repeat:no-repeat;
	}
