html, body { height:100%; width:100%; padding:0px; margin:0px; background-color:#051b37; }



#page { width:100%; height:100%; border-collapse:collapse; }
	#page_before_map { height:10%; vertical-align:middle; border-bottom:1px solid #ffffff; }
		#page_before_map .logo { display:block; height:90px; width:320px; background:url('img/logo.gif') no-repeat right center; text-decoration:none; }
	#page_map { height:70%; width:100%; padding:0px; vertical-align:top; text-align:center; background-color:#042945; }
		#map_container_img { height:100%; min-height:500px; font-size:0px; }
			#map_container_img img { height:100%; min-height:500px; }
		#map_container_svg { height:100%; }
	#page_after_map { height:20%; vertical-align:top; border-top:1px solid #ffffff; }



.country-container { height:50px; width:930px; margin:auto; padding:10px 0px 0px 0px; }
	.country-region-europe { float:left; width:560px; }
	.country-region-asia { float:right; width:350px;}
	.country-region {  }
		.country-region-name { width:50px; height:50px; text-align:right; padding:15px 80px 0px 0px; margin:0px 15px 0px 0px; float:left; background: url('img/globe.gif') no-repeat top right; color:#4B4487; font-weight:bold; }
		.country-items { margin:0px 0px 0px 145px; }
		.country-items a { display:inline-block; width:95px; padding:0px 5px 2px 0px; color:white; }
		.country-items a.active, .country-items a:hover { background-color:#253b57; text-decoration:none; }



#map_tooltip { position:absolute; list-style:none; padding:10px 20px 10px 70px; margin:0px; background-color:#000000; background-color:rgba(0,0,0,0.6); text-align:left; background-position:10px center; background-repeat:no-repeat; }
	#map_tooltip .name { color:white; font-weight:bold; }
	#map_tooltip .site a { color:white; }
