@charset "utf-8";
html, body {
	height: 100%;
}
body {
	position: relative;
	background-color: #000;
	color: #FFF;
}
.loading {
	width: 100px;
	height: 100px;
	margin: -50px 0px 0px -50px;
	position: absolute;
	top: 50%;
	left: 50%;
}