@CHARSET "UTF-8";
#gameBlock	{
	background:#fff;
	cursor:pointer;
	position:relative;
	z-index:1;
}
#gameBlock .imageBlock { background-repeat: no-repeat; }
#gameBlock .imageBlock .image { background-repeat: no-repeat; }
#gameArea{
	margin: 0 auto;
	opacity:0;
	-moz-opacity:0;
	filter:alpha(opacity=0);
}
#stub	{
	text-align: center;
	color:#999;
	z-index:1000;
	background:#f0f0f0;
	cursor:pointer;
}
#statusGameInfo, #timeInfo	{
	margin: 0 auto;
	text-align: center;
	color:#999;
	font:12px Tahoma, Arial, sans-serif;
	background: white;
	cursor:pointer;
	opacity:0;
	-moz-opacity:0;
	filter:alpha(opacity=0);
}
#statusGameInfo p, #timeInfo p	{
	margin:20px;
	text-align:left;
	background:#f0f0f0;
}
#stubText a, #stubText a:visited, #stubText a:active, #stubText a:link	{
	color:#999;
}
#stubText {
	font-size: 14px;
	}
#stubText a {
	display: block;
	font-size: 21px;
	}
#stubText a:hover	{
	text-decoration:none;
}
#top_results { padding-top: 40px }
#top_results table {
	width: 620px;
}
#top_results table td {
	padding: 5px 0;
}