@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	height:100vh;
	background-image:url(../images/bkgd.png);
	background-color: #cee9b2;
	background-size: cover;
	background-position: center center;
}
a:link, a:visited {
	color: #5D5246;
	text-decoration:none;
}
a:hover {
	color: #5D5246;
	text-decoration: underline;
}
a:active {
	color: #056839;
	text-decoration: underline;
}
.top {
	height: 15%;
	width: 100%;
	position: absolute;
	top: 0px;
	background-color: #A2C089;
	padding-bottom:10px;
}
.bottom {
	height: 15%;
	width: 100%;
	position: absolute;
	bottom: 0px;
	background-color: #A2C089;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
	text-transform: lowercase;
	color: #FFFFFF;
	padding-top:10px;
	text-align: center;
}
.bottom a:link, .bottom a:visited {
	color: #ffffff;
	text-decoration:none;
}
.bottom a:hover {
	color: #056839;
	text-decoration: underline;
}
.bottom a:active {
	color: #333333;
	text-decoration: underline;
}
.content {
	height: 80px;
	width: 590px;
	margin-top: -150px;
	position: absolute;
	top: 50%;
	right: 50%;
	margin-right: -295px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 220px;
	font-family: Futura, Helvetica, Arial, sans-serif;
	font-size: 18px;
	text-align: center;
	color: #5D5246;
	z-index:3;
}
