html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
#maincontainer {
/*	width: 1000px;*/
	margin-right: auto;
	margin-left: auto;
/*	margin-top: 20px;*/
}
#logo {
/*	height: 400px;
	width: 1000px;*/
	clear: both;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	top: 20px;
	z-index:1;
}
#logoover {
/*	height: 400px;
	width: 1000px;*/
	clear: both;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	top: 20px;
	z-index:10;
	text-align: center;
	visibility: hidden;
}
#slogan {
	width: 442px;
	margin-top: 25px;
	position: absolute;
}
#slogan h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 13pt;
	font-weight: bold;
	text-align: right;
	margin: 0px;
	padding: 0px;
}

#slogan h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}

