body {
	background:transparent url(../images/landing/bg.jpg) repeat-x scroll center top;
}
#container {
	left:50%;
	margin-left:-331px;
	margin-top:-150px;
	position:absolute;
	top:50%;
	width:663px;
}
	#logo {
	height:125px;
	text-align:center;
	}
		#logo img {
			behavior: url(css/iepngfix.htc);
		}
	#title {
		height:45px;
		padding:20px 0 0;
		text-align:center;
	}
		#title h1 {
			color:#FFFFFF;
			font-family:verdana;
			font-size:18px;
			font-weight:bold;
			line-height:18px;
			margin:0;
			padding:0;
		}
	#buttons ul {
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
		margin:0;
		padding:0;
	}
		#buttons ul li {
			border:1px solid #FFFFFF;
			float:left;
			height:75px;
			padding:3px;
			width:315px;
		}
		#buttons ul li.left {
			margin:0 17px 0 0;
		}
			#buttons ul li a {
				background:#FFFFFF none repeat scroll 0 0;
				color:#C10700;
				display:block;
				font-family:verdana;
				font-size:13px;
				font-weight:bold;
				height:55px;
				padding:20px 0 0;
				text-align:center;
				text-decoration:none;
				width:315px;
			}
			#buttons ul li a:hover {
				background:#ECE2EB none repeat scroll 0 0;
			}
				#buttons ul li a span.tevredenheid {
					color:#660360;
					font-size:13px;
					font-weight:normal;
					text-decoration:none;
				}