body {
 text-align: center;
 margin: 0px;
 background-color: #000;  
 color: #615454;
 background-image: url(bg.jpg);
 background-position: top left;
}

::-moz-selection{
	background:#332525;
	color:#ccc;
}

* {
 scrollbar-arrow-color: #0b0b0b;
 scrollbar-track-color: #000;
 scrollbar-face-color: #0b0b0b;
 scrollbar-highlight-color: #000;
 scrollbar-3dlight-color: #000;
 scrollbar-darkshadow-color: #000;
 scrollbar-shadow-color: #000;
}

#content{
	width: 600px;
	margin: 0px auto; 
	line-height: 18px;
	background-image: url(top2.jpg);
	background-color: #000;
	background-repeat: no-repeat;
	background-position: top center;
	font-family: arial; 
	font-size: 12px; 
	padding-top: 420px;
}

#footer {
	width: 100%;
	padding: 15px 0px; 
	color: #554646;
	line-height: 15px;
	font-size: 10px;
	font-family: courier new;
	text-transform: uppercase;
	text-align: center;
	background-color: #110b0b;
	margin: 0px auto;
}

p {margin-right: 2px; margin-bottom: 15px; margin-top: 7px; margin-left: 2px; text-align: justify;}
div.right {margin-right: 2px; margin-bottom: 18px; margin-top: 0px; margin-left: 2px; text-align: right;}

.king {
	float: left;
	font-size: 40px;
	margin: 8px 5px 0px 5px;
	line-height: 30px;
}
.middle {
	border: 5px solid #271818;
	margin: 2px;
}
.middle:hover {
	border: 5px solid #530e0a;
}
em {font-family: Georgia; color: #9e7e71;}
i {color: #9e988e;}
b {font-weight: normal; font-family: courier new; text-transform: uppercase; color: #b53247;}
h1 {
	font-family: "Courier New", Arial;
	font-size: 20px;
	font-weight: normal;
	line-height: 1;
	padding: 0px 0px 0px 0px;
	margin-top: 7px;
	margin-bottom: 2px;
	margin-left: 0px;
	color: #8e625e;
	letter-spacing: 0px;
	text-align: center;
	text-transform: uppercase;
	}

a {color: #ddd; text-decoration: none; background-color: #110b0b;}
a:hover { color: #a91631; text-decoration: none; cursor: crosshair;}