html, body {
	height: auto;
	overflow: auto;
}

body {
	background: #555;
}

#header {
	position: static;
	width: auto;
}

#header #site-title {
	margin: 6px 0;
}

#header #site-title a {
	background-image: url('../media/layout/logo-theun-en-bloemen_sm.png');
	background-position: center center;
}

#content {
	margin: 0;
	padding: 0;
}

#content .contentblock {
	float: none;
	margin: 6px;
}


#content .blockcontent {
	width: auto;
}

#content .blockcontent img {
	width: 300px;
	height: 200px;
}

#mainmenu {
	top: 0;
	left: 0;
	margin: 6px;
	width: auto;
	position: static;
}

#footer {
	display: none;
}