
#mapwrapper {
	position: relative;
	width: 900px;
	height: 380px;
	margin-bottom: 20px;
}

	#map {
		position: absolute;
		width: 440px;
		height: 380px;
/*		border: 1px solid #cccccc;*/
		background: url(map.png);
	}
	
	#googlemap {
		position: absolute;
		right: 0px;
		width: 440px;
		height: 380px;
		border: 1px solid #aaaaaa;
	}


