@charset "UTF-8";
body {
	background-color: #040000;
	margin: 0;
	padding: 0;
}
:focus {
	outline: 0;
}
#container {
	width: 788px;
	height: 698px;
	margin: 50px auto 0;
	background-image: url(../images/body.jpg);
	background-repeat: no-repeat;
	position: relative;
}
a.email:link, a.email:visited, a.email:active {
	width: 137px;
	height: 12px;
	position: absolute;
	top: 201px;
	right: 44px;
	background-image: url(../images/email.gif);
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
}
a.email:hover {
	background-image: url(../images/email-over.gif);
}
a.brochure:link, a.brochure:visited, a.brochure:active {
	width: 109px;
	height: 11px;
	position: absolute;
	top: 264px;
	right: 44px;
	background-image: url(../images/brochure.gif);
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
}
a.brochure:hover {
	background-image: url(../images/brochure-over.gif);
}
.spacer {
	height: 10px;
	width: 788px;
}
