html,body {
	background-color: #ffffff;
	height: 100%;
	width: 100%;
	margin: 1%; padding: 0;
	font-family: Helvetica,Arial,sans-serif;
	overflow: hidden;
	color: #000000;
}

div#map {
	height: 81%;
	width: 96%;
	padding: 0px;
	border: 0px;
	margin: 0;
//	position: absolute;
}

.olControlAttribution {
	font-size: smaller;
	right: 3px;
	top: 3px;
	color: #000000;
}
