@CHARSET "ISO-8859-1";

body {
	background-color: #898989;
	background-image: url("img/bg.jpg");
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
}

#page {
	width: 628px;
	margin: 25px auto;
}

a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

h1 {
	text-indent: -99999px;
	background-image: url("img/logo.png");
	background-repeat: no-repeat;
	height: 89px;
	width: 628px;
}

a.forums {
	display: block;
	text-indent: -9999px;
	background-image: url("img/button_forums.png");
	background-repeat: no-repeat;
	width: 195px;
	height: 29px;
	float: right;
	margin-bottom: 5px;
}

a.homepage {
	display: block;
	text-indent: -9999px;
	background-image: url("img/button_homepage.png");
	background-repeat: no-repeat;
	width: 226px;
	height: 29px;
	margin-left: 50px;
	float: right;
}

.gamebox {
	width: 630px;
	height: 354px;
	border: 4px solid #363636;
	margin: 35px 0px;
}

.bc2box h2 {
	text-indent: -9999px;
	width: 273px;
	height: 79px;
	background-image: url("img/bc2.png");
	background-repeat: no-repeat;
	float: left;
	margin: 10px;
}

.dodsbox {
	background-image: url("img/dods_bg.jpg");
}

.dodsbox h2 {
	text-indent: -9999px;
	width: 242px;
	height: 77px;
	background-image: url("img/dods.png");
	background-repeat: no-repeat;
	margin: 10px;
	float: left;
}

.serverinfo {
	display: block;
	width: 300px;
	float: right;
	padding: 15px 0px 0px 0px;
}

.playerinfo {
	background-image: url("img/w35.png");
	clear: both;
	position: relative;
	top: 20px;
	margin: 0px;
	padding: 7px 10px 7px 10px;
	overflow-x: hidden;
	overflow-y: auto;
	height: 200px;
}

.playerinfo ul {
	clear: both;
	list-style: none;
	padding: 0px;
	margin: 10px 0px 5px 0px;
}

.playerinfo ul li {
	padding: 2px 0px 2px 5px;
	border-bottom: 1px solid #000;
}

.playerinfo ul li span.player {
	display: inline-block;
	width: 400px;
}

.playerinfo .esdmember {
	color: #1d8109;
	font-weight: bold;
}