@CHARSET "UTF-8";


body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Monaco, Courier, monospace;
	color: #525252;
	/* 525252  is the color of the grey text*/
	background-color: #131313;
}

#game {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	cursor:none;
}

#game h1 {
	text-align:center;
}
