@charset "utf-8";

body {
	margin: 0;
	background-image: url(http://mainmise.hantise.net/images/bg.png);
	font: 9pt "Trebuchet MS", Tahoma, sans-serif;
	color: #fff;
	text-align: center;
}

#container {
	margin: 0 auto;
	width: 792px;
}

#header {
	height: 566px;
	background-image: url(http://mainmise.hantise.net/images/main.png);
}
	
#content {
	text-align: center;
	width: 738px;
	}
	
#nav { 
	margin: 5px auto;
	text-align: center;
	position: absolute;
	top: 460px;
	padding-left: 70px;
}

.center { text-align: center; }
	
table {
	border: 0;
	margin: 0 auto;
	text-align: left;
	line-height: 15px;
	font: inherit;
}	
	
b { 
	color: #000;
	background: #B20000;
}

img {
	padding: 1px;
	border: 0;
}
	
h1 {
	height: 38px;
	margin: 15px 0 5px 0;
	text-align: center;
	font-size: 10pt;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	background: url(http://mainmise.hantise.net/images/heading.png) no-repeat;
}
h1:first-letter {
	color: #FF0000;
	font-size: 12pt;
}
	
h2 {
	height: 38px;
	margin: 15px 0 5px 0;
	text-align: center;
	font-size: 10pt;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	background: url(http://mainmise.hantise.net/images/heading2.png) no-repeat;
}
h2:first-letter {
	color: #000;
	font-size: 12pt;
}
	
a:link, a:visited, a:active {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
}
	
a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

