body {
	color: #999;
	background-color: #E1E1E1;
	margin: 0px;
	background-image: url(bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
}
#horizon {
	color: white;
	background-color: transparent;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
}
#content {
	margin-left: -157px;
	position: absolute;
	top: -240px;
	left: 40%;
	visibility: visible;
}
#content .bodytext h1 a {
	background-image: url(logo.png);
	background-repeat: no-repeat;
	height: 314px;
	width: 614px;
	display: block;
	text-indent: -9999px;
}
#content .bodytext p a {
	background-image: url(email.png);
	height: 22px;
	width: 401px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-indent: -9999px;
	margin-top: 35px;
	background-repeat: no-repeat;
	background-position: center top;
}
#content .bodytext p a:hover {
	background-position: bottom;
}
#footer {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 20px;
	visibility: visible;
	display: block
}
a:link, a:visited {
	color: #06f;
	text-decoration: none
}
a:hover {
	color: red;
	text-decoration: none
}
