body {
	background-color: black;
	font-size: 8pt;
	text-align: center;
	color: silver;
	font-family:  Arial, Verdana, Geneva, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
a {
	color: white;
	text-decoration: none;
	filter: alpha(opacity=87);
}
.banner a img {
	opacity: 0.87;
	filter: alpha(opacity=87);
	padding: 0 3px;
}
.banner a:hover img {
	opacity: 1.00;
	filter: alpha(opacity=100);
}
a img {
	border: 0px;
}
.Main {
	width: 500px;
	margin: 0 auto;
	margin-top: 15%;
	background-image: url(../img/draculaback.jpg);
	position: relative;
}
.contact {
	border-top: 1px solid gray;
}
.banner {
	margin-top: 50px;
}
