html{
height:100%;
}
body{
	background-color:#000000;
	background-image:url(images/noise-bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	height:100%;
	margin-top:0px;
	padding-top: 0px;
}

a:link { color: #7d1901 ; text-decoration: underline }
a:active { color: #7d1901; text-decoration: underline }
a:visited { color: gray; text-decoration: underline }
a:hover { color: #7d1901; text-decoration: underline }

.style1 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color:#FFFFFF;}
.style2 {font-family: Arial, Helvetica, sans-serif; font-size: 10px; color:#FFFFFF;}


#wrapper {
	width: 950px;
	height: auto;
	margin:auto;
	padding: 0px;
}
#maincontainer {
	width: 950px;
	margin: auto;
	height: auto;
}
#header { 
	width: 950px;
	height: 416px;
	margin: auto;
}
#navigation {
	width: 950px;
	height: 40px;
}
#content {
	width: 390px;
	height: auto;
	min-height: 300px;
	margin: auto;
	padding-top: 15px;
}
#illustrations {
	width: 715px;
	height: 515px;
	margin: auto;
	padding-top:15px;
}
#footer {
	width: 950px;
	height: 111px;
	background-image:url(images/skull-bg.jpg);
	background-position: bottom center;
	background-repeat:no-repeat;
}
#foot-text {
	width: 950px;
	height: 25px;
	padding-top: 75px;
	margin: auto;
}
