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: 129em;
overflow: hidden;
width: 99%;
max-width: 1000px;
min-width: 1000px;
}

#topbar{
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;
}

#linx{
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;
}#linx .fill{text-align:center;}

#main2{
position: absolute;
z-index: 56;
/*border: solid 0.1em #fff;*/ 
top: 15em;
left: 1%;
width: 97%;
height: 47em;
}

#center{
position: absolute;
z-index: 74;
/*border: solid 0.1em #fff;*/ 
top: 1em;
left: 22%;
width: 56%;
height: 38em;
}#center .fill{text-align:left; color:#fff; margin-left:1em;}

/*
#hop{
position:absolute;
z-index:69;
border: solid 0.1em #fff;
background-image:url(img/);
top:30em;
left:31%;
width:277px;
height:120px;
}
*/

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;}

#imgL{
position:absolute;
z-index:69;
/*border: solid 0.1em #fff;*/
background-image:url(http://www.damndevil.com/img/tridragonl.jpg);
background-repeat: no-repeat;
background-position: center center;
top:1em;
left:1%;
width:150px;
height:247px;
}

#imgR{
position:absolute;
z-index:69;
/*border: solid 0.1em #fff;*/
background-image:url(http://www.damndevil.com/img/tridragon.jpg);
background-repeat: no-repeat;
background-position: center center;
top:1em;
right:1%;
width:150px;
height:247px;
}

#footer{
position: absolute;
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;}


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;
}



