html { box-sizing:border-box; }
body { background-color:#eee; font-family:Segoe UI, Arial; padding:0; margin:0; }
input, textarea, select, option { font-family:Segoe UI, Arial; font-size:100%; }
a,a:link,a:visited,a:active { color:#333; text-decoration:none; }
a:hover { color:#000; }
a img { border:none; }

#map {
	position:absolute;
	top:0px;
	left:0px;
	width:1200px;
	height:1600px;
	z-index:-99;
}

#map2 {
	position:absolute;
	top:0px;
	left:0px;
	width:1200px;
	height:1600px;
	z-index:-99;
}

#bottom {
	position:absolute;
	left: 0px;
	top:1520px;
	width:1200px;
	background-color:#fff; }