@charset "utf-8";
/* CSS Document */
html {
	margin:0;
	height:100%;
	width:100%;
}
body {
	background: #66CCFF;
	scrollbar-face-color:#66CCFF;
	scrollbar-track-color:#66CCFF;
	margin:0;
	height:100%;
	width:100%;
}
#content {
	height:100%;
}
