/* page body */body {	background-image: url(images/achtergronden/achtergrond-palatinka.jpg);	background-attachment: fixed;	margin: 0px;	text-align: center; /* IE fix */}/* page body div (div with id = DivBody) */div#DivBody {	position: relative;	text-align: left;	width: 950px;	margin-left: auto;	margin-right: auto;	margin-top: 10px;}/* input button (input control with class = Button) */input.Button {	font-weight: bold;}/* navigation bar (div with id = NavBar) */div#NavBar {	position: absolute;	width: 770px;	top: 0px;	left: 0px;}/* navigation bar list (ul with id = NavBarList) */ul#NavBarList {	float: right;	margin: 0px;}ul#NavBarList li {	display: inline;	list-style: none;	padding: 5px;}