#center_map
{
	position: relative;
	text-align: center;
	margin: 0 auto;
	width: 990px;
	height: 690px;
}

#center_map2
{
	position: relative;
	text-align: left;
	margin: 0 auto;
	width: 990px;
	height: 200px;
}

#title_map
{
	position: absolute;
	top: 0;
	left: 0;
	width: 600px;
	height: 20px;
	text-align: left;
}

#map
{
	position: absolute;
	top: 40px;
	left: 0;
	width: 650px;
	height: 650px;
}

#map1
{
	position: absolute;
	top: 40px;
	left: 0;
	width: 310px;
	height: 310px;
}

#map2
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 310px;
	height: 310px;
}


#map3
{
	position: absolute;
	top: 40px;
	right: 0;
	width: 650px;
	height: 650px;
}

#arrow_right
{
	position: absolute;
	bottom: 145px;
	left: 315px;
	width: 19px;
	height: 21px;
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
}

#arrow_down
{
	position: absolute;
	top: 355px;
	left: 145px;
	width: 21px;
	height: 19px;
	background-image: url(../images/arrow_down.gif);
	background-repeat: no-repeat;
}

#arrow_left
{
	position: absolute;
	bottom: 165px;
	left: 320px;
	width: 19px;
	height: 21px;
	background-image: url(../images/arrow_left.gif);
	background-repeat: no-repeat;
}

#logo
{
	position: absolute;
	top: 30px;
	left: 0;
	width: 240px;
	height: 60px;
}

#print
{
	position: absolute;
	top: 90px;
	left: 135px;
	width: 79px;
	height: 18px;
}

#address
{
	position: absolute;
	top: 30px;
	left: 343px;
	width: 250px;
	height: 250px;
	text-align: left;
}