body {
	margin: 0;
	background-color: #00703c;
}

#wrapper {
	width: 100%;
}

#container {
	width: 100%;
	margin: 0 auto;
	background-color: #FFFFFF;
}

#content {
	background-color: #FFFFFF;
}

@media only screen and (max-width: 1080px) {
	img {
	    width: 100%;
	    height: auto;
	    display: block;
	}

	#header {
		background-color: #00703c;
		height: 160px;
		margin-bottom: 171px;
	}

	#footer {
		background-color: #00703c;
		height: 80px;
		margin-top: 215px;
	}
}

@media only screen and (min-width: 1081px) {
	img {
	    width: auto;
	    height: 100%;
		margin: 0 auto;
		display: block;
	}

	#header {
		background-color: #00703c;
		height: 80px;
	}

	#footer {
		background-color: #00703c;
	}
}
