@charset "utf-8";
/* CSS Document */

html, body
{
	width: 100%;
	height: 100%;
	background-color: black;
	color: white;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.footnote
{
	font-size: 9px;
	color: #666666;
	text-align: center;
	vertical-align: bottom;
}

.footnote a
{
	color: #888888;
	text-decoration: none;
}

.footnote a:hover
{
	text-decoration: underline;
}

.gameDescription
{
	color: black;
	position: absolute;
	left: -4000px;
}