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

body {
	background-color: #000000;
	color: #ffffff;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}	

#content {
	background: url('images/background.jpg') no-repeat;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	background: url('images/haunters-headquarters.png') no-repeat;
	width: 868px;
	height: 221px;
	margin-left: auto;
	margin-right: auto;
}

.main {
/*
	width: 900px;
	padding-left: 62px; */	
	padding-bottom: 10px;
	background: url(images/background-middle.gif) repeat-y;
}

#footer {
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;	
	border-right: 1px solid #666666;		
	width: 866px;
	margin-left: auto;
	margin-right: auto;
}

#bottom {
	background: url('images/petrified-bottom.jpg') no-repeat;
	width: 1024px;
	height: 440px;
}

.title {
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 20px;
}