@charset "UTF-8";

#container {
	position:relative;
	width:1116px;
	height:660px;
	z-index:1;
	margin: auto;
	background-color: #FAFAFA;
}
body {
	color: #000000;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
	height: 100%;
	margin: 0;
}
#apDivGooglemaps {
	position:absolute;
	width:800px;
	height:480px;
	z-index:1;
	top: 20px;
	left: 150px;
	background-color: #FAFAFA;
}
#apDivJordaanLogo {
	position:absolute;
	width:1116px;
	height:140px;
	z-index:2;
	left: 0px;
	top: 520px;
	background-color: #FAFAFA;
}
#apDivHome_Btn {
	position:absolute;
	width:133px;
	height:40px;
	z-index:3;
	top: 20px;
	background-color: #FAFAFA;
}
