body {
	margin: 0px 0px 0px 0px;
	background:#252525;
	color:#CCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
a {
	color:#FFF;
	text-decoration:none;
}
a:hover {
	color:#999;
}
/*MAP SETTINGS /////////////////////////////////////////////*/
.map{
	width:550px;
	height:571px;
	border:1px solid #999999;
	margin-top:-50px;
	vertical-align:middle;
}
.mapCenter {
	width:517px;
	height:557px;
	background: url(images/map.jpg) center no-repeat;
}
.mapLinks {
	position:absolute;
	width:350px;
	height:20px;
	top:352px;
	text-align:center;
	margin-left:50%;
	left:-175px;
}
.map a{
	color:#bc0000;
	font-weight:bold;
	margin:10px 10px 10px 10px;
}
.map a:hover{
	color:#000000;
}
.countryBtn {
	height:17px;
	width:17px;
}
.countryBtn:hover {
	cursor:pointer;
}
.us {
	position:absolute;
	background: url(images/mapDot.png) center no-repeat;
	height:17px;
	width:17px;
	top:200px;
	margin-left:50%;
	left:-110px;
	z-index:500;
}
.uk {
	position:absolute;
	background: url(images/mapDot.png) center no-repeat;
	height:17px;
	width:17px;
	top:192px;
	margin-left:50%;
	left:-22px;
	z-index:500;
}
.jp {
	position:absolute;
	background: url(images/mapDot.png) center no-repeat;
	height:17px;
	width:17px;
	top:205px;
	margin-left:50%;
	left:82px;
	z-index:500;
}
