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

* 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: absolute;
}

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

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

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

#container #text {
	padding: 13px 18px 17px 17px;
	margin-top: 14px;
	height: auto;
	width: 530px;
	background-color: #FFFFFF;
	font-family: "Arial";
	font-size: 0.75em;
	color: #000000;
	text-align: justify;
	line-height: 1.5em;
}

* html #container #text {
	width: 565px;
}

#container #text a {
	text-decoration: underline;
	color: #000000;
}

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

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

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

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