@charset "utf-8";
html {
 	height:100%;
 	overflow:hidden;
}

body {	height:100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #000000;
}
#box {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}