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

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Courier, Sans-Serif;
	background: #d5d6d7 url('images/bg.gif');
	color: #333;
	text-align: center;
	}

#page {
	background-color: white;
	border: none;
	text-align: left;
	padding: 0;
	
	}

#header {
	background: #FFF url('images/spookbanner.png') no-repeat bottom center;
	margin: 0;
	padding: 0;
	}

#headerimg 	{
	margin: 0;
	height: 200px;
	width: 760px;
	}
