body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	background-image: url(images/bg.gif);
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#EEEEEE;
	font-weight:bold;
}

a:visited,a:hover,a:link {
	color:#CCCCFF;
}

h1 {
	margin:0 0 10px 0;
	padding:0px;
	text-align:center;
	font-size:20px;
}

h2 {
	text-align:center;
	margin:0px;
	padding:0 0 5px 0;
	font-size:15px;
}

td {
	overflow: hidden;
	white-space:nowrap;
}

.hiscorecontainer{
	margin-left:auto;
	margin-right:auto;
	width:652px;
}

.highscoreheader {
	font-size: 11px;
	font-weight:bold;
	text-align:center;
}

.highscoresmall{
	font-size: 10px;
	width:316px;
	height:97px;	
	background-image: url(images/highscore-small-bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-bottom:20px;
	text-align:left;
	overflow: hidden;
	padding-bottom:2px;
}
.highscoresmallname {
	width:270px;
	overflow:hidden;
}

.highscorelarge{
	font-size: 10px;
	width:652px;
	height:97px;
	background-image: url(images/highscore-large-bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding-bottom:2px;
}

.highscorelargename {
	width:590px;
	overflow:hidden;
}

.top {
	background-image: url(images/bg-top.gif);
	background-repeat:repeat-x;
/*	background-position:top;*/
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-height:640px;
}

.container {
	/*padding-bottom:8px;*/
	text-align:center;
}

.gamecontainer {
	background-image: url(images/gamecontainer.gif);
	padding-bottom:8px;
	text-align:center;
	width:640px;
	padding:6px;
}

.adcontainer {
	background-image: url(images/adcontainer.gif);
	padding-bottom:8px;
	text-align:center;
	width:468px;
	padding:6px;
	margin-top:20px;
}

.adcontainer652px {
	background-image: url(images/adcontainer-652px.gif);
	background-repeat:no-repeat;
	text-align:left;
	width:606px;
	padding:6px;
	padding-left:40px;
	margin-top:20px;
}

