body {
	background-color: #000000;
	margin: 0;
	padding: 0;
	color: #ffffff;
}
#links ul {
	list-style: none;
	padding: 0;
	margin: 15px 0 10px;
	border: 0;
}
#links li {
	text-align: center;
	width: 100px;
	margin: 0;
	margin-left: 5px;
	padding: 0;
	font: 10px/1 Arial, Helvetica, Verdana, Geneva, sans-serif;
}
#links li a {
	display: block;
	font-weight: normal;
	padding-top: 5px;
	background-color: transparent;
	color: #ffffff;
	text-decoration: none;
	z-index: 10;
	background: transparent url(images/coffin.gif) no-repeat;
	height: 35px;
	width: 100px;
}
#links li a#news, #links li a#linkup, #links li a#surveys, #links li a#contact {
	line-height: 20px;
}

#links li a:hover{
   display: block;
	font-weight: normal;
	background-color: transparent;
	color: #fff;
	text-decoration: none;
	background: url(images/coffin-blood.jpg) no-repeat;
	padding-top: 5px;
}
#sidenav {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 112px;
	/*height: 100%;*/
	background: url(images/skulls-bottom.jpg) no-repeat bottom;
	border: 1px solid #c0b897;
	padding-bottom: 70px;
}
#main-content {
	position: absolute;
	top: 100px;
	left: 112px;
	width: 88%;
	height: 100%;
	background: url(images/hauntworld-gates.jpg) no-repeat center center;
	z-index: 1;
}
#working-content {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 3em;
}


