body, html { margin:0px; padding:0px; width:100%; height:100%; background: #000;}
body { background:#000; }
#flashWrapper { width:100%; height:100%; position:absolute; z-index:1; top:0px; left:0px; }
#googleMapsWrapper { width:100%; position:relative; z-index:-1; height:50%; display:none; }
#mapsPosition { position:absolute; width:100%; margin:0px auto; height:350px; display: block; bottom: -1000px; }
#mapsHCenter { width:600px; height:300px; margin:0px auto; }
h1 {
	border-bottom:1px solid #CCCCCC;
	color:#333333;
	font-family:Georgia;
	font-size:14px;
	margin:4px 0;
	max-width:400px;
	padding-bottom:6px;
}

p {
	margin: 3px 0;
	padding: 0;
	font-size: 11px;
	line-height: 1.26em;
	font-family: Calibri, Tahoma, Sans-serif;
	max-width: 400px;
	color: #999;
}


