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


body {
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	font-size:12px;
	background: #000000;
	background-image:url(images/bg_hauntedHouse_splash.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-attachment:scroll;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
}
a {
	color:#F00;
	text-decoration:none;
}
a:hover {
	color:#FFF;
	text-decoration: underline;
}
.bodycenter {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:1px;
	color:#FFF;
	text-align:center;
}

.copyright {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#C00;
	letter-spacing:1px;
	text-align:center;
}

.hdr {
	font: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	font-style:normal;
	text-align:left;
	letter-spacing:1px;
	color:#F60;
}
-->
</style>