body {
	margin: 0;
	padding: 0;
}

#gameframe {
	position: absolute;
	top: 0;
	left: 0;
	background: #CCC;
}

#loading {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	text-align: center;
	width: 200px;
	margin-left: -100px;
	margin-top: -100px;
	background: white;
	border: 1px solid #333;
	border-radius: 5px;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 14px;
}