*
{
	margin: 0;
	padding: 0;
}

html, body
{
	width: 100%;
	height: 100%;
	font-family: Arial;
	font-size: 11px;
	text-align: center;
}

body
{
	color: #757575;
	background-color: #FFFFFF;
	background-image: url(/images/background.jpg);
	background-attachment: fixed;
}

img
{
	border: 0;
}

#wrapper
{
	min-height: 100%;	
	position: relative;
	width: 1000px;
	overflow: hidden;
	margin-top: -30px; /* Adjust according to footer size */
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-image: url(/images/wrapperback.gif);
	background-repeat: repeat-y;
}

	#header
	{
		width: 1000px;
		height: 273px;
		padding-top: 30px;
		overflow: hidden;
	}
	
	#center_wrapper
	{
		width: 100%;
		float: left;
		text-align: justify;
		z-index: 2;
		position: relative;
			}
	
		#center_wrapper #center
		{
			margin: 0px 260px 0px 260px; /* Adjust according to left and right column width */
			border: 1px solid #d2d3c9;
			padding-bottom: 10px;
			position: relative;
			width: 478px;
			min-height: 140px;
			z-index: 2;
		}
		
		#center_wrapper #center.canvas,
		#center_wrapper #center.wenskaarten
		{
			min-height: 338px;
		}
		
		#center_wrapper #center_footer
		{
			height: 115px;
			background-image: url(/images/wrapperback.gif);
			background-repeat: repeat-y;
			
			width: 740px;
			position: relative;
			padding-top: 10px;
			clear: both;
		}
		
			
	#navigation
	{
		margin: 0 0 0 -1000px;
		width: 260px;
		float: left;
		
		min-height: 338px;
		
	}
	
	#sidebar
	{
		width: 260px;
		margin: 0 0 0 -1000px;
		float: right;
		z-index: 2;
		position: relative;
	}
	
	#footer
	{
		height: 30px;
		width: 1000px;
		
		margin-left: auto;
		margin-right: auto;
		
		clear: both;
		
		font-size: 11px;
		text-align: left;
		background-image: url(/images/wrapperback.gif);
		background-repeat: repeat-y;
		
	}	
	
		


