@charset "UTF-8";
body {
	margin: 0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 8pt;
	background: black;
	overflow: hidden;
}

#center {
	position: absolute;
	z-index: 10;
	bottom: 100px;
	left: 35%;
	right: 35%;
	
	color: white;

	width: auto;
	text-align:center;
}

#bg {
	position: absolute;
	/* other propers are set in js */
}

a {
	color: white;
	text-decoration:underline;
}

a:hover {
	text-decoration:underline;
}

