/* CSS Document */


* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	text-align: center;
	background: #DCD7C1 url(../b/bg.jpg) repeat-y fixed center center;
	font: 13px/20px "Trebuchet MS", Tahoma, Verdana, sans-serif;
	color: #FFFFFF;
}

h1, h2 {
	font: bold 17px/19px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #F0CD76;
	text-align: center;
	vertical-align: middle;
	margin-top: 0.6em;
	margin-bottom: 0.3em;
}

#header {
	width: 100%;
	background: url(../b/headerbg.jpg) repeat-x;
	height: 162px;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	z-index: 1000;
}

#voet {
	width: 100%;
	background: url(../b/voetbg.jpg) repeat-x;
	height: 144px;
*height: 134px;
	position: fixed;
_position: absolute;
	left: 0px;
	bottom: 0px;
	right: 0px;
	padding-top: 20px;
*padding-top: 30px;
	font-weight: bold;
	z-index: 1000;
}

#yinyang {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -127px;
	height: 254px;
	width: 840px;
	margin-left: -398px;
}
a {
	color: #FFFFFF;
	margin: 50px;
}

