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


<style type="text/css">
ul#continents {
	list-style: none;
	background: url(images/map.png) no-repeat 0 0;
	position: relative;
	width: 580px;
	height: 268px;	
	margin: 0;
	padding: 0;

}

ul#continents li {
	list-style: none;
	position: absolute;
	background: url(../images/bg-body-circles2.jpg);

}

ul#continents li a{
	display: block;
	height: 100%;
	text-decoration: none;

}

#northamerica {
	width: 227px;
	height: 228px;
	top: 8px;
	left: 21px;

}

#southamerica {
	width: 108px;
	height: 130px;
	top: 263px;
	left: 259px;
}

#africa {
	width: 120px;
	height: 140px;
	top: 255px;
	left: 443px;
}

#europe {
	width: 226px;
	height: 230px;
	top: 7px;
	left: 258px;
}

#asia {
	width: 226px;
	height: 230px;
	top: 7px;
	left: 496px;
}

#australia {
	width: 228px;
	height: 231px;
	top: 7px;
	left: 731px;
}

ul#continents li a:hover {
	background: no-repeat 0 0;

}

ul#continents li#northamerica a:hover {
	background: url(../images/bg-body-circles2.jpg) 0 -270px;

}

ul#continents li#southamerica a:hover {
	background-position: -226px -273px;

}

ul#continents li#africa a:hover {
	background-position: -209px -417px;

}

ul#continents li#europe a:hover {
	background-position: -22px -427px;

}

ul#continents li#asia a:hover {
	background-position: -363px -268px;

}

ul#continents li#australia a:hover {
	background-position: -412px -455px;

}

ul#continents li a span {
	display: none;
}

ul#continents li a:hover span {
	display: block;
}

ul#continents li a:hover span {
	display: block;
	padding: 5px;
	width: 150px;
	background: #A40025;
	position: relative;
	top: 50%;
	font: 11px Arial, Helvetica, sans-serif;
	opacity: .65;
	filter:alpha(opacity=75);
	color: #FFF;
	font-size: 95%;
}

ul#continents li a:hover span strong {
	display: block;
	margin-bottom: 2px;
	font-size: 12px;
	font-size: 95%;
	font-weight: bold;
}

</style>
