body {
	background-color: #ddd;
	font-family: Arial,sans-serif;
	font-size: 12pt;
}

div#page-wrap {
	width: 800px;
	height: 768px;

	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 30px;
	
	border: 1px solid #bbb;
	
	-moz-border-radius: 0 0 15px 15px; 
	-webkit-border-radius: 0 0 15px 15px;
	border-radius: 0 0 15px 15px;
	
	-o-box-shadow:  0px 0px 30px #888;
    -icab-box-shadow:  0px 0px 30px #888;
    -khtml-box-shadow:  0px 0px 30px #888;
    -moz-box-shadow: 0px 0px 30px #888;
    -webkit-box-shadow:  0px 0px 30px #888;
    box-shadow:  0px 0px 30px #888;
	
	background-color: #fff;
}

div #header {
	display: block;
	background-color: #80b5d4;
	width: 100%;
	text-align: center;
}
div#header a
{
	text-decoration: none;
	color: #FFF;
}
div#header a:hover
{
	color: #00FF00;
}
span#title
{
	color: #DDD;
	font-size: 36pt;
}

#content {
	
	width: 500px;
	margin: 30px;
}

#serverlist td{
	color: #000;
}

#loading {
	width: 180px;
	margin-left: auto;
	margin-right: auto;
}

#playerlist {
	width: 250px;
	
	margin-left: auto;
	margin-right: auto;
}

#sidebar {
	width: 200px;
	height: 75%;
	
	float:right;
	
	margin: 15px;
	
	right: 0px;
	top: 0px;
}

#sidebar-title {
	margin-left: 65px;
	
	font-size: 18px;
	color: #bbb;
}

td.hover {
	cursor: pointer;
}

tr.odd {
	background-color: #bce1e8;
}

tr.even {
	background-color: #a2d5de;
}

tr.odd:hover,tr.even:hover {
	background-color: #9bb7bc;
}

#copyright {
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	
	text-align: center;
}