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

html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	overflow:hidden;
	min-height:600px;
	min-width:800px;
	color: black;
	background-color: white;
	
}
a img{
	border:none;
}
.webback{
	position:absolute;
	left: -35px;
	top: 0px;
}

.linksback{
	position:absolute;
	left: 750px;
	top: 0px;
}
#bg{
	position:relative;
	/*
	background-image: url("../img/blue.jpg");
	*/
	background-repeat: no-repeat;
	background-position:center;
	
	/*
	width: 2500px;
	height: 1600px;
	*/
	
	height: 100%;
	width: 100%;
		
	z-index:1;
	
}


#wrapper{
	
	z-index:2;
	/*
border: 1px solid black;
*/
	position:absolute;
	top:50%;
	left:50%;
	
	margin-left: -450px;
	margin-top: -300px;
	
	width: 900px;
	height: 600px;

}
#arrowsdiv{
	position: relative;
	top: 186px;
	left: 0px;
}

#navigationmap {
	float: left;
/*
	margin-top: 186px;
*/
}
.destination{
	/*
	margin-top: 186px;
	*/
	
	position:absolute;
	right:0px;
	top: 0px;
	display: none;
	
}

#arrowfade{
	z-index:2;
	
	position:absolute;
	left:0px;
	top: 0px;
	
	display: none;
}
.arrowover{
	
	z-index:3;
	position:absolute;
	left:0px;
	top: 0px;
	display: none;
}







