#worldmap {
	position:absolute;
	left: 144px;
	top: 86px;
	z-index:1;
	border: 0;
	height: 265px;
}

#text{
	padding-top: 170px;
}


/* map popup */
#pup {
	position:absolute;
	visibility:hidden;
	z-index:200;
	/* drop shadow (IE 4+ / win & unix only) */
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#dddddd', Direction=120, Strength=1);
}

#pup div {
	background-color: #ffffff;
	color: #111184;
	font-weight: bold;
	border: 1px solid #d0d0d0;
	padding: 5px;
	}

	html>body #pup div {display: inline;}
	
	
/* Region information */

	.region_hidden {display: none;}
	.region_visible {display: inherit;}
		
