/*
#content .backgroundMap
{
	margin:auto;
	position:absolute;
	bottom:-1000px;
	left:-153px;

	width:1350px;
	height:1280px;
	background-image:url(../images/europeMap.png);
	background-repeat:no-repeat;
	z-index:0;
}
*/
#content .backgroundMap
{
	margin:auto;
	margin-bottom: -500px;
	margin-top: -330px;
	position:relative;
	float:left;
	width:1350px;
	height:1280px;
	background-image:url(../images/europeMap.png);
	background-repeat:no-repeat;
	z-index:0;
}

#content
{
	position:relative;
}

.backgroundMap .pointer
{
	position:absolute;
}

.backgroundMap .Maptext
{
	position:absolute;
	font-size:13px;
	font-family: 'sourceSansBlack', Arial, Helvetica, sans-serif;
	text-align:left;
}