@charset "utf-8"; /* CSS Document */ 
.Centered { 
position: relative; 
visibility: visible; 
height: 600px; 
width: 960px; 
top: 0px; 
}#Header-Top {
	background-image: url(imgs-layout/header-top.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 66px;
	width: 960px;
	padding-top: 8px;
	padding-left: 43px;
}
#Header-Bottom {
	background-image: url(imgs-layout/header-bottom.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 66px;
	width: 960px;
	padding-top: 30px;
	padding-right: 43px;
}
#Inhoud {
	background-color: #FFFFFF;
}
#BottomRow {
	height: 50px;
}
