/* the page */
body { 
	font: 10pt/16pt georgia; 
	color: #FF4444; 
	background: #000000; 
	margin: 0px; 	
	}
p { 
	font: 10pt/16pt georgia; 
	margin-top: 0px; 
	text-align: justify;
	word-spacing: 0.3em; 
	}


a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #FF8030;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #FF6030;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #FFC030;
	}


/* duvs */

.backimage {
    	position: absolute; 
    	top: -10px; left: 0px; 
    	width: 655px;
	height: 618px; 
	z-index: 0;
	background-image: url("Darkyeku-archdemonsred.jpg");
     	}



.ptitle { 
	font: 14pt/16pt georgia; 
	margin-top: 0px; 
	text-align: justify;
	word-spacing: 0.3em; 
	}

.content {
    	position: absolute; 
    	top: 140px; left: 400px; 
    	width: 300px; 
	z-index: 1;
     	}

.copyrights {
	font: 8pt/12pt georgia; 
    	position: absolute; 
    	top: 500px; left: 20px; 
	z-index: 2;
     	}

	

