html {
	background-color: #ffffff;
	background-image: url(/images/background_sustainable.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	margin-top: 0px;
}
body {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#container  {
	width: 800px;  
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#header {
	padding: 0;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}#textblock {
	margin-right: 62px;
	margin-left: 85px;
	font-family: Arial, Helvetica, sans-serif;
	color: #00234D;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	color: #00234D;
	background-color: #FFFFFF;
	height: 45px;
	margin-top: -5px;
}