body {
	margin: 0px auto;
	height: 100%;
	width: 100%;
}

#main_map {
	height: 705px;
    margin: 0 auto -177px;
    position: relative;
    top: -215px;
    width: 100%;
/*	margin: 0px auto;
	height: 1000px;
	width: 100%;*/
}
#apDiv1 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 825px;
	z-index: 1;
	background-image: url('/images/maps/map_320.jpg');
	background-repeat:no-repeat;
	background-size:100%;


}
#apDiv2 {
	display:none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 825px;
	z-index: 2;
	background-image: url('/images/maps/kri_320.png');
    background-size:100%;
	background-repeat:no-repeat;
}

#apDiv2b {
	display:none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 825px;
	z-index: 2;
	background-image: url('/images/maps/dah_320.png');
    background-size:100%;
	background-repeat:no-repeat;
}
#apDiv4 {
	display:none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 825px;
	z-index: 4;
	background-image: url('/images/maps/sukh_320.png');
	background-size:100%;
	background-repeat:no-repeat;
}