*
{
	margin: 0px;
	padding: 0px;
}

body
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	background:url('../images/backgroundbody.jpg') black;
	background-repeat: no-repeat;
	background-position: center top;
}

a,
a:visited
{
	color: blue;
}

div#error
{
	margin-bottom: 15px;
}

div#error h2
{
	color: red;
	font-size: 180%;
}

#container
{
	width: 600px;
	margin: 40px auto;
}

body.redirect #container
{
	width: 400px;
}

body.redirect div#linkcontainer p
{
	text-align: center;
	font-size: 150%;
}

#innercontent
{
	background: white;
	padding: 25px;
}

#navigation
{
	background:url('../images/header.png');
	height: 80px;
	padding: 0px;
}

ul, ol
{
	padding: 5px 25px;
	list-style-type: square;
}

p, h1, h2, h3, h4, h5, h6
{
	padding: 2px 0px;
}

p
{
	padding: 2px 2px;
}

h1, h2, h3, h4, h5, h6
{
	clear: left;
	font-family: Tahoma, Geneva, sans-serif;
}

h1
{
	position: absolute;
	top: 65px;
	padding-left: 25px;
	font-weight: normal;
	color: #1df700;
	font-size: 220%;
}

h1 a,
h1 a:visited
{
	text-decoration: none;
	color: #1df700;
}

h2
{
	font-size: 300%;
	font-weight: normal;
	margin-bottom: 10px;
}

h3
{
	font-size: 200%;
	font-weight: normal;
	padding-top: 15px;
}

img.logo
{
	float: left;
	margin-right: 10px;
	border: 1px solid gray;
	padding: 2px;
}

#navigation ul
{
	float: right;
	margin: 0px;
	padding: 0px;
	padding-right: 10px;
	list-style-type: none;
}

#navigation ul li
{
	float: left;
	padding-top: 55px;
	padding-left: 10px;
	padding-right: 10px;
	height: 25px;
}

#navigation ul li:hover
{
	background: url('../images/hover.png');
}

#navigation ul li a
{
	color: white;
	text-decoration: none;
	font-weight: bold;
}

#footer
{
	text-align: right;
	padding-top: 5px;
	color: white;
	font-size: 80%;
}

#footer a
{
	color: white;
	text-decoration: none;
}

p.playnow
{
	font-size: 120%;
}

div#accountbar
{
	border: 1px solid gray;
	padding: 3px;
	margin-bottom: 10px;
	background: #eee;
}

p.false
{
	color: red;
}

p.info
{
	padding: 7px;
	border: 1px solid blue;
	background: #eeeeff;
}

div.false
{
	padding: 7px;
	border: 1px solid red;
	background: #ffeeee;
	margin-top: 5px;
}

div.clearer
{
	clear: both;
}

ul.servers li strong a,
ul.servers li strong a:visited
{
	color: black;
	font-weight: bold;
}
