* html #sitelipje{ 
	position: absolute;
}
body {
	overflow-x: hidden;	
}
#sitenavigation {
	top						: 225px;
	position				: absolute;
}
#content {
	top						: 297px;
	position				: absolute;
}
.post {
	height					: 230px;
}
#sitelipje {
	position:fixed;
	display: none;
}
