DIV.back {
position : absolute; left : 0px; top : 0px; 
width : 800px; height : 1200px;  z-index : 1
}

DIV.title {
	position:absolute; left : 0px; top :10px;
	width :775px; height : 125px;  z-index : 2
}

DIV.menu {
	position : absolute; left : 0px; top : 150px;
	width :775; height : 50px; z-index : 3
}

DIV.map_summary {
	position : absolute; left : 0px; top : 225px;
	width : 775; height : auto; z-index : 4
}

