/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body, html {
	height: 100%;
}

body {
	background-color: #000;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#contentbox h2 {
	font-weight: bold;
	height: 35px;
	margin: 5px 0 5px 0;
}

#rightbox h2 {
	font-weight: bold;
	height: 35px;
	margin: 5px 0 5px 0;
}

#contentbox p {
	margin-bottom: 10px;
}

#head a {
	text-decoration: none;
}

.content_left_rightimage {
	float: right;
	padding: 0 0 2px 5px;
}

.content_left_leftimage {
	float: left;
	padding: 0 5px 2px 0;
}

/* DIVS */

div#wrapper {
	background: #000;
	min-height: 100%;
 	height: auto !important;
  	height: 100%;
	width: 800px;
	margin: 0 auto;
}

div#head {
	background-image: url(images/head.jpg);
	background-repeat: no-repeat;
	height: 310px;
}

div#contentbox {
	background-image: url(images/contentbox_tile.png);
	margin-top: 0px;
	margin-left: 50px;
	width: 440px;
	text-align: justify;
}

div#contentbox_top {
	background-image: url(images/contentbox_top.png);
	background-position: top center;
	height: 10px;
}

div#contentbox_bottom {
	background-image: url(images/contentbox_bott.png);
	background-position: bottom center;
	height: 10px;
}

div#content {
	width: 420px;
	margin-left: 10px;
}

div#content_right {
	background-image: url(images/rightbox_tile.png);
	position: absolute;
	margin-left: 500px !important;
	margin-left: 450px;
	margin-top: 0px;
	width: 250px;
}

div#rightbox_top {
	background-image: url(images/rightbox_top.png);
	background-position: bottom center;
	height: 10px;
	
}

div#rightbox_bottom {
	background-image: url(images/rightbox_bott.png);
	background-position: top center;
	height: 10px;

}

div#rightcontent {
	width: 230px;
	margin-top: 5px;
	margin-left: 10px;
}

div#bott {
	background-image: url(images/bott.png);
	background-repeat: no-repeat;
	height: 50px;
}

.home {
	display: block;
	visibility: invisible;
	width: 35px;
	height: 10px;
	position: absolute;
	top: 80px;
	margin-left: 70px;

}

.news {
	display: block;
	visibility: invisible;
	width: 35px;
	height: 10px;
	position: absolute;
	top: 80px;
	margin-left: 125px;

}

.forums{
	display: block;
	visibility: invisible;
	width: 40px;
	height: 10px;
	position: absolute;
	top: 80px;
	margin-left: 188px;

}

.blogs {
	display: block;
	visibility: invisible;
	width: 35px;
	height: 10px;
	position: absolute;
	top: 80px;
	margin-left: 260px;

}

.killboard {
	display: block;
	visibility: invisible;
	width: 55px;
	height: 10px;
	position: absolute;
	top: 80px;
	margin-left: 495px;

}

.gallery {
	display: block;
	visibility: invisible;
	width: 50px;
	height: 10px;
	position: absolute;
	top: 80px;
	margin-left: 585px;

}

.contacts {
	display: block;
	visibility: invisible;
	width: 50px;
	height: 10px;
	position: absolute;
	top: 80px;
	margin-left: 670px;

}

.screen_thumb {
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}
