body{
	margin:  0px;
	padding: 0px;
	font-family: arial, verdana;
	font-size: 11px; 
	color: #333333;
}

#site {
	width: 990px;
	height: 700px;
  background: url(../images/europe.jpg) no-repeat;

}

#isle {
	position: absolute;
	width: 150px;
	top: 89px;
	left: 15px;
	background: url(../images/bg.png);
	padding: 10px;
}

#amsterdam {
	position: absolute;
	width: 190px;
	top: 140px;
	left: 271px;
	background: url(../images/bg.png);
	padding: 10px;
}

#london {
	position: absolute;
	width: 195px;
	top: 302px;
	left: 15px;
	background: url(../images/bg.png);
	padding: 10px;
}

#frankfurt {
	position: absolute;
	width: 220px;
	top: 330px;
	left: 310px;
	background: url(../images/bg.png);
	padding: 10px;
}

#text {
	position: absolute;
	width: 500px;
	top: 120px;
	left: 465px;
	text-align: right;
	font-weight: bold;
	font-size: 10pt;
}

a:link, a:active, a:visited{
	color: #660000;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:visited:hover {
	color: #3a3a3a;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
}


