@charset "utf-8";
/* CSS Document */

#worldmap {
	background:url('../images/worldmap.jpg') no-repeat;
	width: 720px;
	height: 355px;
	padding: 0;
	margin: 0;
	color: #CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: relative;
}

#data {
	width: 170px;
	min-height: 50px;
	height: auto; !important
	height: 50px;
	background: #000000;
	border: 2px solid #FFFFFF;
	bottom: 10px;
	left: 10px;
	position: absolute;
	padding: 10px;
}

/*   WORLD MAP   */
#europe {
	width: 95px;
	height: 75px;
	background: #FFFFFF;
	left: 325px;
	top: 25px;
	position: absolute;
	cursor: pointer;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

/*   GENERAL   */

#outer img {
	border: 0;
	position: absolute;
}

h1, .blue {
	color: #83cef4;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 12px;
	text-transform: uppercase;
}

#buttons {
	background: #000;
	width: 165px;
	padding: 5px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}
