@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#background {
	width: 100%;
	height: 100%;
}
#all {
	position: absolute; 
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
}