html {
	height: 100%;
	padding: 0;
	margin: 0;
}

* html html {
	overflow-y: hidden;
}

body {
	padding: 0;
	margin: 0;
	height:100%;
	font-size: 100.001%;
	overflow-y: auto;
	overflow-x: hidden;
}

* html body {
	overflow-y: auto;
	overflow-x: hidden;
}

#background {
	position: fixed;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

* html #background {
	position: absolute;
	z-index: -1;
}

#container {
	position: relative;
	z-index: 1;
	width: 97%;
	margin-left: 40px;
}

* html #container {
	position: static;
}

#container #placeholder {
	margin-top: 40px;
}

#container #header {
	background-color: #FFFFFF;
	height: auto;
	width: 240px;
	margin-top: 40px;
	padding: 10px 17px 10px 17px;
	color: #000000;
	font-family: "Arial";
	font-size: 12px;
}

* html #container #header {
	width: 270px;
}

#container #map {
	padding: 17px 17px 17px 17px;
	background-color: #FFFFFF;
	width: 850px;
	margin-top: 15px;
}

#container #map #link a {
	font-family: "Arial";
	font-size: 0.75em;
	color: #000000;
	text-decoration: underline;
}

#container #map #link a:hover {
	text-decoration: none;
	background-color: #000000;
	color: #FFFFFF;
}

#container #map #legenda {
	margin-left: 343px;
}

* html #container #map #legenda {
	margin-left: 310px;
}

#container #map #legenda .symbol {
	margin-left: 20px;
}

#container #map #legenda .text_legenda {
	margin-left: 5px;
	font-family: "Arial";
	font-size: 0.75em;
	color: #000000;
}