* {
	margin: 0;
	padding: 0;
}

.splash {
	background: url(../img/body-bg.gif) repeat-x;
	width: 750px;
	margin: 0 auto;
	text-indent: -9876px;
}

.splash h1 {
	background: url(../img/logo.gif) no-repeat top left;
	margin: 45px auto;
	width: 231px;
	height: 101px;
}

.splash h2 {
	background: url(../img/zorgtvoorverbetering.gif) no-repeat top left;
	width: 500px;
	height: 80px;
	margin: 130px auto 50px auto;
}

.splash h3 { 
	display: none;
}

.splash ul {
	width: 630px;
	margin: 0 auto;
	overflow:hidden;
}

	.splash li {
		list-style:none;
	}

		.splash li a {
			display: block;
			width: 228px;
			height: 112px;
		}

	.splash .opdrachtgevers {
		float: left;
	} 
		.splash .opdrachtgevers a,
		.splash .opdrachtgevers a:visited {
			background: url(../img/biloxi_splash_opdrachtgevers.gif);
		}
			.splash .opdrachtgevers a:hover {
				background: url(../img/biloxi_splash_opdrachtgevers_over.gif);		
			}

	.splash .professionals {
		float: right;
	}	
		.splash .professionals a {
			background: url(../img/biloxi_splash_professionals.gif);
		}
			.splash .professionals a:hover {
				background: url(../img/biloxi_splash_professionals_over.gif);		
			}