body {
	margin: 0px auto;
	height: 100%;
	width: 100%;
}
#main_map {
    height: 1300px;
    margin: 0 auto -177px;
    position: relative;
    top: -177px;
    width: 100%;
/*	margin: 0px auto;
	height: 1000px;
	width: 100%;*/
}
#apDiv1 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 1536px;
	z-index: 1;
	background-image: url('/images/maps/map_1500.jpg');
	background-size:100%;
	background-repeat:no-repeat;

}

#apDiv2 {
	display:none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 1230px;
	z-index: 2;
	background-image: url('/images/maps/kri_1500.png');
	background-size:100%;
	background-repeat:no-repeat;


}

#apDiv2b {
	display:none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 1230px;
	z-index: 2;
	background-image: url('/images/maps/dah_1500.png');
	background-size:100%;
	background-repeat:no-repeat;

}
#apDiv4 {
	display:none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 1230px;
	z-index: 4;
	background-image: url('/images/maps/sukh_1500.png');
	background-repeat:no-repeat;
	background-size:100%;

}