/* Setup defaults since variable in browsers
----------------------------------------------- */
html {
	height: 100%;	
	
}  
body {
	height: 100%;	
	margin: 0px;
	padding: 0px;
	border: 0px;
	overflow: hidden;
	background-color: #EBE6DC;
}

div, span, dd, dt, dl, img, ul, ol, li, p, h1, h2, h3, h4, h5, form, hr, fieldset {
	margin: 0px;
	padding: 0px;	
}

#logoFrame {
	position:absolute;
	height: 90px;
	width: 220px;
	top: 0px;
	left: 0px;
	border: 0px;
}


#mapFrame {
	position:absolute;
	top: 91px;
	left: 0px;
	border: 0px;
	width: 100%;
	min-height: 100%;
	height: 100%;	
}


