@charset "utf-8";
/* CSS Document */

#mapBG{
	float: left;
	width: 649px;
	height: 467px;
	background: url(mapImages/background.jpg);
	position: relative;
}


a.img1{
	position: absolute;
	width: 123px;
	height: 118px;
	top: 47px;
	left: 324px;
	background: url(mapImages/1.png);
	background-position: bottom;
}
a.img1:hover{
	background-position: top;
}


a.img2{
	position: absolute;
	width: 120px;
	height: 121px;
	top: 152px;
	left: 505px;
	background: url(mapImages/2.png);
	background-position: bottom;
}
a.img2:hover{
	background-position: top;
}


a.img3{
	position: absolute;
	width: 127px;
	height: 126px;
	top: 254px;
	left: 330px;
	background: url(mapImages/3.png);
	background-position: bottom;
}
a.img3:hover{
	background-position: top;
}


a.img4{
	position: absolute;
	width: 117px;
	height: 121px;
	top: 120px;
	left: 104px;
	background: url(mapImages/4.png);
	background-position: bottom;
}
a.img4:hover{
	background-position: top;
}
