html, body {
	background-color: #004711;
	height: 100%;
	padding: 0;
	margin: 0;
}
p {
	text-indent: -5000px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}
.holder {
	width: 100%;
	height: 100%;
}
.top {
	background-image: url(../img/top.jpg);
	background-repeat: no-repeat;
	height: 162px;
}
.middle {
	background-image: url(../img/middle.jpg);
	background-repeat: no-repeat;
	height: 286px;
}
.bottom {
	background-image: url(../img/bottom.jpg);
	background-repeat: no-repeat;
	height: 96px;
}
.email {
	margin-top: 32px;
	margin-left: 494px;
}
.poweredby {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}
.poweredby a:link, a:active, a:visited {
	font-weight: bold;
	color: #FFFFFF;
}
.poweredby a:hover {
	font-weight: bold;
	color: #E8B54C;
}
