@charset "utf-8";

@import url(default.css);

html, body {
	overflow-x: hidden;
	overflow-y: auto;
	width : 100%;
	height : 100%;
}

#content {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: 0xff0000;
}
