/* chart.css */
div#noData {margin:5px 0 5px 10px}

div#worldMap {
	background-color:#f2f2e6;
	position:relative;
}

.region { /* Percentages for each region */
	position:absolute;
	font-size:10px;
	color:#333;
}

#NorthAmerica {
	left:160px;
	top:39px;
}

#Europe {
	left:258px;
	top:16px;
}

#SouthCentralAmerica  {
	left:189px;
	top:71px;
}

#Africa {
	left:252px;
	top:57px;
}

#Asia {
	left:412px;
	top:61px;
}

#Australasia {
	left:492px;
	top:89px;
}

