/**css reset**/
body{
		text-align:center-left;
		color:White;
		font-family:Helvatica,Arial, "Times New Roman", Times, serif, Stencil;
		background-repeat:fixed;
		opacity: 0.8;
		 background-image:url('background.jpg');
		background-repeat:no-repeat;
		background-size:cover;
		
}

#wrapper{
		background-color:#0B5709;
		width:960px;
		height:1650px;
		margin:0 auto;
		margin-top:0px;
		padding-top:50px;
		border-style:Groove;
		border-width:15px;
		border-color:#22F022;
	}
#wrapper1{
		background-color:#0B5709;
		width:960px;
		height:2150px;
		margin:0 auto;
		margin-top:0px;
		padding-top:50px;
		border-style:Groove;
		border-width:15px;
		border-color:#22F022;
}
#wrapper2{
		background-color:#0B5709;
		width:960px;
		height:2750px;
		margin:0 auto;
		margin-top:0px;
		padding-top:50px;
		border-style:Groove;
		border-width:15px;
		border-color:#22F022;
}
#wrapper3{
		background-color:#0B5709;
		width:960px;
		height:1200px;
		margin:0 auto;
		margin-top:0px;
		padding-top:50px;
		border-style:Groove;
		border-width:15px;
		border-color:#22F022;
}
h4
{
Border-top-style:Double;
border-top-color:#22F022;
border-top-width:20px;
border-bottom-style:Double;
border-bottom-color:Black;
border-bottom-width:20px;
font-size:35px;
}
h3
{
	font-family:TimesNewRomance;
	font-size:25px;
	
}
div.img {
	display:block;
	margin:auto;
	border: 10px outset #aaa;
    width: 41.5%;
	padding:1px;
	padding-bottom:0px;
	
}
#footer{
   
 
    float: left;
    left: 0;
    padding: 40px 0 0;
    width: 100%;
    z-index: 100; margin-bottom: 20px;}