body
{
	background-color: #DCDCDC;
}

#container
{
	position: relative;
}

#game
{
	position: absolute;
	z-index: 0;
	top: 0px;
	left: 0px;
}

#scoreboard
{
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 2px;
	color: black;
	font-family: helvetica;
	font-weight: bold;
	font-size: 16px;
}