#header{
	color:white;
	text-align:center;
	padding: 1%;
	font-size: 40px;
	background-image: url("soil.jpg");
	width: 100%;
	padding-top: 1%;
}

#nav {
	margin: auto;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	word-spacing: 40px;
}
#nav a{
    text-decoration: none;
	text-align: left;
    color:black;
    font-size: 20px;
}
#nav a:hover{
    background-color:white;
    text-decoration: underline;
}
#body
{
	background-color: #6BB83A ;
	margin: auto;
	width: 70%;
     padding:20px;
	 min-height: 500px;
     margin-bottom:15px;
	 font-size: 25px;
	 color:white;
}
#background {
	position: fixed; 
	top: -50%; 
	left: -50%; 
	width: 200%; 
	height: 200%;
	z-index: -1;
}
#background img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
}
#footer {
	font-size: 10px;
	margin:auto;
	width:860px;
	padding:20px;
	background:#fffff;
	border:1px solid black;
}
	
