body, html{
	height: 100%;
	height: 100%;
}
body {
	font: 0.9em Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	background: #000000 url(/img/my-blood.jpg) no-repeat right top;
	scrollbar-base-color: #000;
	scrollbar-face-color: #BF1515;
	scrollbar-highlight-color: #000;
	scrollbar-arrow-color: #FFF;
	scrollbar-track-color: #000;
}

small{ font-size: 10px; }
big{ font-size: 16px; }

td{
	vertical-align: top;
}
.hcenter{
	text-align:center;
}

a:link, a:visited{
	color: #DDD;
	text-decoration: underline;
}
a:hover, a:active{
	color: #BB1111;
}

.cb{ clear: both; }

#layout {
	width: 931px;
}

/* HEAD */
#head{
	hegiht: 353px;
}

ul#menu {
	height: 111px;
	width: 931px;
	vertical-align: bottom;
	background: url(/img/menu-bg.jpg) no-repeat;
}

#menu li{
	margin-top: 96px;
	display: block;
	float: left;
	padding-left: 20px;
	font: 18px "Times New Roman", Georgia, Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
#menu li a:link, #menu li a:visited{
	line-height: 18px;
	display: block;
	text-decoration: none;
	color: #000;
}
#menu li a:hover, #menu li a:active, .active{
	color: #FFF;
}

#lastnews {
	height: 130px;
	width: 931px;
	overflow: hidden;
	background: url(/img/menu-btm-bg.jpg) no-repeat right top;
	position: absolute;
	top: 223px;
}

#lastnews .scroll{
	margin: 10px 140px 10px 20px;
	overflow: auto;
	height: 110px;
	scrollbar-base-color: #000;
	scrollbar-face-color: #BF1515;
	scrollbar-highlight-color: #000;
	scrollbar-arrow-color: #FFF;
	scrollbar-track-color: #000;
}

a.lastnews:link, a.lastnews:visited{
	color: #4D4D4D;
	text-decoration: none;
	display: block;
	padding: 2px;
}

}
a.lastnews:hover, a.lastnews:active{
	color: #000;
	background: #DDD;
	-moz-opacity:0.5;
	filter: alpha(opacity=50);
}


/* CONTENT */

#content {
	padding: 20px 90px 20px 20px;
	background: url(/img/infinity-skull.jpg) no-repeat center center;
	margin-top: 130px;
	min-height:400px;
	_height: 400px;
}

#content p{
	margin-top: 12px;
}

h1, h2, h3, h4, h5, h6{
	color: #DDD;
	font: 20px "Times New Roman", Georgia, Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#content a:link{
	color: #DDD;
	text-decoration: underline;
}
#content a:visited{
	color: #888;
}
#content a:hover, #content a:active{
	color: #BB1111;
}

div.text{
	line-height: 16px;
}

/* FOOT */


#foot {
/*	background: url(/img/foot-bg.jpg) no-repeat left bottom;*/
	height: 51px;
	padding-top: 6px;
	padding-left: 6px;
	font: bold 0.7em Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#foot, #foot a:link, #foot a:visited{
	color: #BB1111;
	font-weight: bold;
}
#foot a:hover, #foot a:active{
	color: #000;
}


/* LOGO */

#logo{
	position: absolute;
	left:50%;
	margin-left:-300px;
	top:50%;
	margin-top:-180px;
	width: 600px;
	height: 360px;
}

.pic{
	float:left;
	margin: 0 10px 10px 0;
	border-left: 2px solid #FFF;
}

.moreinfo a{
	font-size: 0.8em;
}