@charset "utf-8";

/*++++++++++++++++++++++++++++++++++++++++
imgport CSSes
++++++++++++++++++++++++++++++++++++++++*/
@import url("reset.css");
@import url("common.css");

/*++++++++++++++++++++++++++++++++++++++++
#page
++++++++++++++++++++++++++++++++++++++++*/
body {
	position:relative;
	height:100%;
	min-width:900px; 
	min-height:520px;
	}

html {
	height:100%;
	overflow-y:scroll;
}

#page {
	position:absolute;
	top:50%;
	left:50%;
	width:900px;
	height:520px;
	margin:-260px 0 0 -450px;
	}
body > #page {
	height:auto;
	min-height:520px;
	}

