.hidden {
	display: none;
}
html, body {
	background-color: #111;
}
#main {
	background: transparent none repeat 50% 50%;
	bottom: 20px;
	left: 20px;
	position: absolute;
	right: 20px;
	top: 20px;
}
#loadingMessage {
	font-family: Arial,Liberation Sans,DejaVu Sans,sans-serif;
	color: #999;
	margin: 100px auto 0;
	text-align: center;
	width: 240px;
}
#loadingMessage img {
	margin-top: 20px;
}