body {
	margin: 0;
	padding: 0;
	background-color: #000;
	background-size: 100%;
	color: #fff;
	font-family: Arial;
	font-size: 9pt;
}


#contentback {
	
	position: relative;
	background-image: URL('bloody-forest-hell-red.jpg');
	background-size: 100%;
	margin:30px auto 0 auto;
	width: 1024px;
	height: 768px;
	
}


#logo {
	position: relative;
	margin: 5px 10px;
	width: 400px;
	height: 424px;
	float: left;
	z-index: 1;
}

#content {
	position: relative;
	/* for IE */
  	filter:alpha(opacity=90);
  	/* CSS3 standard */
  	opacity:0.9;
	box-shadow: -3px 0 25px 5px #010000;
	-webkit-box-shadow: -3px 0 25px 5px #010000;
	-moz-box-shadow: -3px 0 25px 5px #010000;
	margin-top: 25px;
	padding-left: 20px;
	padding-top: 20px;
	width: 530px;
	height: 650px;
	background-color: #010000;
	float: left;
}
	

#player {
	width: 800px;
	height: 0px;
	padding: 100px 0;
	text-align: center;
}


a.nav:link {color: #70A042; text-decoration: none; }
a.nav:visited {color: #6D0100; text-decoration: none; }


h2	{
	color:#6D0100;
}