/* CSS Document */

body
{
	background-color:#FFFFFF;
}

#awards
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 400px;
	margin-top: 245px;
	margin-left: -200px;
	height: 57px;
}

#fstar
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 32px;
	margin-top: 260px;
	margin-left: -30px;
	height: 32px;
}

#moluv
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 32px;
	margin-top: 260px;
	margin-left: 10px;
	height: 32px;
}

#roundhouse
{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 581px;
	height: 489px;
	margin-left: -280px;
	margin-top: -245px;
}

#rlink1
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 190px;
	margin-top: 225px;
	margin-left: -273px;
	height: 12px;
}

#rlink2
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 305px;
	margin-top: -245px;
	margin-left: -278px;
	height: 80px;
}

#rlink3
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90px;
	margin-top: 225px;
	margin-left: 203px;
	height: 12px;
}

#game
{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -280px;
	margin-top: -149px;
}

#wrapper
{
	width: 100%;
	height: 100%;
	position:absolute;
	left: 0;
	top: 0;
}

#leaderboard
{
	width: 800px;
	height: 600px;
	position: absolute;
	left: 50%;
	margin-left: -400px;
}

#credits
{
	width: 600px;
	height: 30px;
	position: absolute;
	left: 50%;
	margin-left: -250px;
	text-align:left;
	top: 530px;
}

#currentleader
{
	position:absolute;
	left: 55%;
	top: 100px;
}

#santaoverlay
{
	position: absolute;
	left: 50%;
	top: 233px;
	margin-left: -253px;
}

#scoretable
{
	width: 450px;
	height: 340px;
	overflow: auto;
	position: absolute;
	left: 50%;
	top: 160px;
	margin-left: -240px;
}