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

* html html {
	overflow-y: hidden;
	overflow-x: 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;
}

img {
	text-decoration: none;
	border:none;
}

#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: 88px;
	margin-top: 40px;
	padding: 10px 19px 10px 17px;
	color: #000000;
	font-family: "Arial";
	font-size: 12px;
}

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

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

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

#container #logo {
	padding: 17px 18px 14px 17px;
	margin-top: 15px;
	height: auto;
	width: 451px;
	background-color: #FFFFFF;
}

#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: 530px;
}

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

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

#container .links {
	padding: 13px 18px 13px 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 .links {
	width: 566px;
}

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

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