body{
background-color: #000;
font-size: 62.5%;
text-align: center;
margin: 0;
padding: 0;
} 

#main{
position: relative;
margin: auto;
background-color: #000; 
/*	border: solid 0.1em #fff; */
font-family: arial, helvetica, sans-serif;
text-align: left;
height: 111em;
overflow: hidden;
width: 99%;
max-width: 1000px;
min-width: 1000px;
}



#logo{
position: absolute;
/* border: solid 0.1em #fff; */
background-image: url(http://www.damndevil.com/img/logo.gif);
background-repeat: no-repeat;
background-position: center center;
top: 0.5em;
left: 0.5em;
width: 98%;
height: 11em;
}

#menu{
position: absolute;
z-index: 55;
border-top: solid 0.1em #fff;
border-bottom: solid 0.1em #fff;
top: 12em;
left: 0.5%;
width: 98%;
height: 2em;
}#menu .fill{text-align:center;}



#wrap{
    position: absolute;
	z-index: 74;
    /* background-color: #000; */ 
	/* border: solid 0.1em #fff; */
	font-family: arial, helvetica, sans-serif;
	top: 15em;
	left: 0.1em;
    text-align: center;
    height: 93em;
    overflow: hidden;
    width: 99%;
	
}





#maintext{
position: absolute;
/* border: solid 0.1em #000; */
/* background-color: #000; */
/* background-image: url(img/LogoX.jpg); */
background-repeat: no-repeat; 
background-position: center center;
top: 4em;
left: 50%;
width: 622px;
height: 83em;
z-index: 77;
margin-left: -294px;
}#maintext .fill{text-align:left; color:#202020; margin-left:2em; margin-right:2em; font-family:courier;}



#centertop{
position: absolute;
/* border: solid 0.1em #fff; */
background-image: url(http://www.damndevil.com/img/toppage.jpg);
background-repeat: no-repeat;
background-position: center center;
top:0.1em;
left:0.3em;
width: 99%;
height: 199px;
z-index: 74;
}#centertop .fill{text-align:left; color:#fff; margin-left:1em;}


#centermid{
position: absolute;
/* border: solid 0.1em #fff; */
background-image: url(http://www.damndevil.com/img/bg_page.jpg);
background-repeat: repeat-y; 
background-position: center center;
top: 20em;
left: 0.3em;
width: 99%;
height: 54em;
z-index: 74;
}#centermid .fill{text-align:left; color:#fff; margin-left:1em;}



#centerbottom{
position: absolute;
/* border: solid 0.1em #fff; */
background-image: url(http://www.damndevil.com/img/pagebottom.jpg);
background-repeat: no-repeat;
background-position: center center;
top: 73.2em;
left: 0.3em;
width: 99%;
height: 188px;
z-index: 74;
}#centerbottom .fill{text-align:left; color:#fff; margin-left:1em;}




#footer{
position: absolute;
z-index: 99;
border-top: solid 0.1em #fff;
border-bottom: solid 0.1em #fff;
bottom: 0.5em;
left: 0.5em;
width: 98%;
height: 1.3em;
}#footer .fill{text-align:center; font-size:1em; color:#fff;}


.txt{font-size: 1em;}

h1{font-size:1.6em;}
h2{font-size:1.5em;}
h3{font-size:1.4em;}
h4{font-size:1.3em;}
h5{font-size:1.2em;}




a {
	font-size: 1.1em;
	color: #ff0000;
	font-weight: bold;
	text-decoration: underline;
}
a:link {
	text-decoration: underline;
	color: #ff0000;
}
a:visited {
	text-decoration: underline;
	color: #ff0000;
}
a:hover {
	text-decoration: underline;
	color: #ff0000;
}
a:active {
	text-decoration: underline;
	color: #ff0000;
}

