@charset "utf-8";
/* CSS Document */

body
{
	background-color:black;
}
#header
{
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width:880px;
	height:100px;
	background-color:#000;
}
#center
{
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width:880px;
	height:auto;
	background-color:#000;

}
#links li
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#9f0004;
}
a { color:#9f0004; text-decoration:none; }
li a:hover { color:#13D103; text-decoration:underline; }
a:active { color:#9f0004; text-decoration:none; }
a:visited { color:#9f0004; text-decoration:none; }
h2 { color:#13d103; }
#table { width:880px; }
#links { width:80px; }
#games { width:640px; }
#ads { width: 160px; }


#voting p, #voting label { color:#13D103; }
#voting { background-color:#000; padding:5px; border-radius:10px; }