*{
	margin:0px;
	padding:0px;
	border:0px;
}
img, div, a{ 
	behavior: url('../scripts/iepngfix.htc'); 
}

body{
	background:url('../images/background.jpg');
	text-align:center;
	margin:0 auto;
	font-family:arial;
	font-size:12px;
	color:#514d47;
}
	#container{
		width:919px;
		margin:0 auto;
		display:table;
		text-align:left;
	}
		#container #content{
			width:889px;
			height:565px;
			background:url('../images/backcontent.png') no-repeat;
			padding:35px 0px 0px 30px;
			_padding:40px 0px 0px 28px;
			z-index:1;
		}
			#content #left{
				width:685px;
				float:left;
				height:200px;
				text-align:center;
				display:table;
			}

			#content #right{
				width: 150px;
				display:table;
				float:left;
				margin:255px 0px 0px 15px;
				_margin-left:0px;
				*margin-left:25px;
				font-size:10px;
			}
				#right a, #left a{
					text-decoration:underline;
					color:#333;
				}

			.boekbutton{
				position:absolute;
				top:50px;
				width:317px;
				height:231px;
				z-index:15;
				margin-left:-30px;
				background:url('../images/boekbutton.png') no-repeat;
			}
			
			.seeduyn{
				width:150px;
				height:93px;
				background:url('../images/logoseeduyn.png') no-repeat;
				*cursor:pointer;
			}

		#container #footer{
			width:919px;
			height:154px;
			background:url('../images/footer.png') no-repeat;
			padding-top:20px;
			margin-top:-25px;
			*margin-top:0px;
			float:left;
		}
			#buttons{
				margin-left:35px;
				_margin-left:30px;
				float:left;
			}
				#buttons a{
					float:left;
					text-decoration:none;
				}
			#powered{
				float:right;
				margin-right:200px;
				font-family:arial;
				font-size:12px;
				color:#514d47;
			}
				#powered a{
					color:#6e6a65;
					text-decoration:none;
				}