@charset "utf-8";
/* CSS Document */

#map-holder .continents {
	position: absolute;
	z-index:10;
}

.continent-holder h2 {
	border: 0;
	margin: 15px 0 0 0;
	padding: 0;
	font-weight: bold;
	font-size: 18px;
	clear: both;
	width: 100%;
	float: left;
	display: inline;
}

.continent-holder a.back-top {
	clear: both;
	width: 100%;
	float: left;
	display: inline;
	text-align: right;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}

.north-america {
	top: 41px;
	left: 10px;
}

.south-america {
	top: 261px;
	left: 207px;
	
}

.europe {
	top: 59px;
	left: 350px;	
}

.asia {
	top: 40px;
	left: 429px;	
}

.africa {
	top: 269px;
	left: 400px;	
}

.australia {
	top: 248px;
	left: 611px;	
}

#north-america {
	width: 770px;
	float: left;
	display: inline;
}

#south-america {
	width: 770px;
	float: left;
	display: inline;	
}

#europe {	
	width: 770px;
	float: left;
	display: inline;
}

#asia {	
	width: 770px;
	float: left;
	display: inline;
}

#africa {	
	width: 770px;
	float: left;
	display: inline;
}

#australia {	
	width: 770px;
	float: left;
	display: inline;
}


