@charset "utf-8";
/* CSS Document */

body, 
body a:link,
body a:active,
body a:visited,
body a:hover {
	margin: 0px;
	padding:0px;
	border:0px;				/* This removes the border around the viewport in old versions of IE */
	text-decoration:none;
	height:100%;
}

#container {
	width:100%;
	height:100%;
	display: block;
}
#map {
	position: relative;
	width:980px;
	height:869px; 
	display:block;
	margin-left:auto;
	margin-right:auto;
	top:-100px;
	background: url(images/brgp_map_background.jpg) no-repeat;
	z-index:100;
}

#map #map_cottage {
	position: absolute;
	display:block;
	width: 169px;
	height:152px;
	top:412px;
	left:527px;
	z-index:400;
	border:0;
}
	
#map #map_cabins {
	position: absolute;
	display:block;
	width: 220px;
	height:234px;
	top:330px;
	left:696px;
	z-index:400;
	border:0;
}

#map #map_lakeview {
	position: absolute;
	display:block;
	width:528px;
	height:408px;
	top:461px;
	left:452px;
	z-index:100;
	border:0;
}

#map #map_polocue {
	position: absolute;
	display:block;
	width: 274px;
	height:152px;
	top:412px;
	left:39px;
	z-index:400;
}

#map #map_village {
	position: absolute;
	display:block;
	width: 84px;
	height:107px;
	top:223px;
	left:657px;
	z-index:400;
	border:0;
}
#footer {
	width:980px;
	height:100px;
	background:url(images/MAP_footer.png) no-repeat top left;
	display:block;
	position:relative;
	top:-100px;
	margin-left:auto;
	margin-right:auto;
	padding-top:35px;
}