#world{
	width: 320px;
 	height: 313px;
 	background: url(../../images/images/europe-map.png) no-repeat;
 	margin: 0 auto;
	padding: 0;
 	position: relative;
}

a#central{
	left:103px;
	top:162px;
	width:88px;
	height:76px;
	z-index:100;
	position:absolute;
}

a#northern{
	left:0px;
	top:0px;
	width:267px;
	height:210px;
	z-index:40;
	position:absolute;
}

a#southern{
	left:0px;
	top:195px;
	width:184px;
	height:118px;
	position:absolute;
	z-index:40;
}



a#northern:hover {background: url(../../images/images/northern.png) 0px 0px no-repeat;}
a#central:hover {background: url(../../images/images/central.png) 0px 0px no-repeat;}
a#southern:hover {background: url(../../images/images/southern.png) 0px 0px no-repeat;}
