#world {
	background:#81BFD7; /* Water colour */
	position: absolute;
	width:100%;
	height:100%;
	overflow:hidden;
	border-bottom: 1px solid #FFF0;
	text-align: center;
}
#map {
	height:100%;
}
#world div.shadow {
	position: absolute;
	width:100%;
	background: url("../images/shade-bottom-light.png") repeat-x bottom;
	height:8px;
	bottom:0;
}
/* IE does not respond to mouseenter/leave for SVG */
#world .country:hover path{
	fill:#000000;
}
#world .country
{
	opacity:1;
}