@charset "utf-8";
#container {
  width: 870px;
  height: 402px;
  margin: 0 auto;
}
ul#continents3 {
  list-style: none;
  width: 870px;
  height: 402px;
  position: relative;
  background: url(../images/map.png) no-repeat 0 0;
}
ul#continents3 li {
  position: absolute;
}
.northamerica {
  width: 340.5px;
  height: 213px;
  top: 3px;
  left: 0px;
}
.southamerica {
  width: 162px;
  height: 195px;
  top: 196.5px;
  left: 114px;
}
.africa {
  width: 180px;
  height: 210px;
  top: 124.5px;
  left: 313.5px;
}
.europe {
  width: 180px;
  height: 126px;
  top: 1.5px;
  left: 316.5px;
}
.asia {
  width: 322.5px;
  height: 262.5px;
  top: 1.5px;
  left: 424.5px;
}
.australia {
  width: 171px;
  height: 142.5px;
  top: 228px;
  left: 648px;
}
ul#continents3 li a {
  display: block;
  outline: none;
  height: 100%;
}
ul#continents3 li a:hover {
  background: url(../images/map.png) no-repeat 0 0;
}
ul#continents3 li.northamerica a:hover {
  background-position: 0 -405px;
}
ul#continents3 li.southamerica a:hover {
  background-position: -339px -409.5px;
}
ul#continents3 li.africa a:hover {
  background-position: -313.5px -625.5px;
}
ul#continents3 li.europe a:hover {
  background-position: -33px -640.5px;
}
ul#continents3 li.asia a:hover {
  background-position: -544.5px -402px;
}
ul#continents3 li.australia a:hover {
  background-position: -618px -682.5px;
}
ul#continents3 li a span {
  display: none;
}
/*ul#continents3 li a:hover span {
	display: block;
}

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

ul#continents3 li a:hover span strong {
	display: block;
	margin-bottom: 2px;
	font-size: 12px;
	text-decoration: underline;
}*/
