	
	#flashcontent {
		position: absolute;
		top: 25px;
		left: 520px;
		width: 850px;
		height: 700px;
		z-index: 1;
	}

	body {
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #FFFFFF;
		color: #ffffff;
	}
	
	#map {
		position: absolute;
		top: 10px;
		left: 40px;	
		z-index: 0;
	}
	
	#link {
		
		position: absolute;
		top: 400px;
		left: 200px;
		z-index: 2;
		font-family: Verdana;
		font-size: 10px;
		color: #000000;
	}
	
	a:link {
		
		color: #000000; 
		text-decoration: underline; 
	}
		
	a:active {
		color: #000000; 
		text-decoration: underline; 
	}
		
	a:visited {
		color: #999; 
		text-decoration: underline; 
	}
		
	a:hover {
	color: #999999; 
	text-decoration: none; 
	}
