#header_text, #menucontainer, #infolayer, .icons, .noprint {
	display: none;
}
html, body {
	width: auto;
	height: auto;
	overflow: visible;
}
#header {
	position: static;
	background-color: transparent;
	min-width: auto;
	margin-bottom: 20px;
}
#header_logo  {
	position: static;
	display: block;
	margin: 0px;
	padding: 0px;
}
#container {
	position: static;
	width: 100%;
	height: auto;
	overflow: visible;
	margin: 0px;
	padding: 0px;
}
#content {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0px;
	padding:0px;
	background-color: transparent;
}
#pagecontent {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}
#logos {
	position: relative;
	background-color: transparent;
	width: auto;
	padding: 30px 0px 0px 0px;
}
#logos_dt {
	position: absolute;
	left: 0px;
	top: 25px;
	width: 100%;
	text-align: right;
}
