
body{ 
	background: black;
	background-image: url('Hellsing_2.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center bottom;
	color: red;
	
}


a:link {color:#FF0000;	text-decoration: none;}

a:visited {color: #FF0000;}

a:hover {
	color: #CC0000;	
	text-decoration: underline;
}



.nav { 
	position: absolute;
	top:  10;
	left: 10;	
}


.theme {
	position: absolute;
	top:  135;
	left: 10;
}

.wow {
	position: absolute;
	top: 230;
	left: 10;
}

.support {
	position: absolute;
	top : 105;
	left: 900;
}

.bio {
	position: absolute;
	top: 70;
	left: 275;
}

.link {
	position: absolute;
	top:  10;
	left: 900;
}

.interest {
	position: absolute;
	top:  245;
	left: 900;
}

.content {
	position: absolute;
	top:  70;
	left: 125;
	
}

.tc {	
	font-size : 10pt;
	color: red;
	border-collapse: collapsed;
	rules: none;
	border: 1;
	border-bottom: thin solid red;
	border-top: thin solid red;
	border-left: thin solid red;
	border-right: thin solid red;
	
		
}
 

