html {
	display: table;
	width: 100%;
	height: 100%;
	background-color: #000;
}
body
{
	font-family: arial, helvetica, sans-serif;
	color: #E2E1FF;
}
a {
	color: #E2E1FF;
}
#content
{
    background-color: #292929;
    width: 1040px;
    margin-left: -520px;
    height: 470px;
    margin-top: -250px;
    
    position: absolute;
    left: 50%;
    top: 50%;
}
#crosslinks
{
	padding-top:80px;
	padding-right:22px;
	height:20px;
	float:right;
}
#menu
{
	float:left;
	width:100px;
	padding-top:60px;
	text-align:right;
	line-height: 2.0;
}
#menugames
{
	float:left;
	width:100px;
	padding-top:60px;
	text-align:right;
	line-height: 2.0;
}
#menu img
{
	padding-top:12px;
}
#menugames img
{
	padding-top:9px;
}
div.spacer
{
	height:50px;
}
div.gamebox
{
	width:625px;
	height:204px;
	background-position:116px;
	background-repeat:no-repeat;
	padding-left:126px;
	margin-top:-5px;
	padding-top:10px;
}