
* { margin:0; padding: 0; }
body {
	background: #231F20 url(/img/bg.jpg);
	margin: 0px;
	padding: 0px;
}

body, html{
height: 100%;
}

td, div, span, font{
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6{
	font: 12pt Impact, Verdana, Arial, Helvetica, sans-serif;
	color: #EC0000;
	letter-spacing: 2px;
}

.btns {
	background: url(/img/back.jpg) no-repeat right top;
text-align: right;
vertical-align: top;
padding: 10px 10px 0px 0px;
}
.menu {
	background: #A00000;
}
.anons {
	background: url(/img/anons-bg2.jpg);
	height: 306px;
	width: 288px;
	overflow: hidden;
}
.blood {
	background: url(/img/blood.gif) no-repeat left bottom;
	height: 84%;
}
.content {
	background: #2B3240 url(/img/content-bg.jpg) no-repeat right top;
	height: 430px;
	padding: 16px;
}
.cfoot {
	background: #2B3240;
}


#menu li {
margin: 0px;
float: left;
width: 8%;
margin: 1px 6px 1px 6px;
display: block;
}
ul#menu {
margin: 0px;
padding: 0px;
list-style: none;
text-align: center;
}

A.menu:link, A.menu:visited{ display: block; color: #FFFFFF; text-decoration: none; width: 100%; }
A.menu:hover, A.menu:active{
color: #FFFFFF; font-weight: bold; text-decoration: none;
background: #EC0000 url(img/menu-bg.gif) repeat-x center;
width: 100%;
}

.imgmini{
border: 2px solid #A00000;
float: left;
margin: 0px 8px 8px 0px;
}

div.text{
clear: both;
margin-bottom: 6px;
}