html, body {
	width: auto;
	height: auto; 
	overflow: visible;
}

#header #lang, #headermargin, #menucontainer, #menu, #copyright, .icons {
	display: none;
}

#header {
	position: static;
	width: auto;
	height: auto;
}

#container {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: auto;
	overflow: visible;
	background-image: none;
}

#content {
	position: static;
	margin: 20px 0px 0px 0px;
	width: 100%;
	height: auto;
}

#pagecontent {
	width: 100%;
	padding: 0px;
}