@charset "utf-8";

html {
	margin			: 0px;
	padding			: 0px;
	height			: 100%;
	overflow		: auto;
}
body {
	margin			: 0px;
	padding			: 0px;
	width			: 100%;
	height			: 100%;
	background-color: #000000;
}
#main {
	position		: absolute;
	top			: 0px;
	left			: 0px;
	width			: 100%;
	height			: 100%;
	line-height		: 0px;
	text-align		: center;
}

