#map
{
	font-size: 9pt;
	text-align: center;
	background: #111111;
}

#map span {
	font-size: 2pt;
	color: #111111;
} 
#map a
{
	color: #CCC;
	background-color: transparent;
	height: 200px;
	width: 236px;
}
 
#map a:hover
{
	color: #CCC;
	background-color: #111;
}
 
#map div
{
	color: #111;
	background-color: transparent;
}

