html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	background-color : white;
}

/* Hacks for vertical align */
#outerVertAlignHack {
	 /* for explorer only*/
	position: absolute;
	height: 100%;
	width: 100%;
}
#outerVertAlignHack[id] {
	position: static;
	width: 100%;
	height: 100%;
	display: table;
}
#innerVertAlignHack {
	/* for explorer only */
	position: absolute;
	bottom: 0px;
}
#innerVertAlignHack[id] {
	position: static;
	display: table-cell;
	vertical-align: bottom;
	height: 100%;
}

#splashChoice {
	padding: 0;
	margin: auto auto;
	list-style: none;
	overflow: hidden;
	width: 900px;
}

#splashChoice li {
	margin: 0;
	float: left;
	display: inline;
	height: 362px;
	margin-left: 9px;
	margin-right: 9px;
}

#splashChoice li a {
	margin: 0;
	display: block;
	padding: 362px 0 0 0;
	overflow: hidden;
	height: 0 !important;
	height /**/: 362px; /* for IE5/Win */;
	text-indent: -10000px;
	width: 432px;
	background-color: white;
}

#splashChoice li a:hover {
	background-position: 0 30px;
}

li#splashChoiceOostduinkerke, li#splashChoiceOostduinkerke a {
	background-image : url('../images/splash/oostduinkerke.gif');
	background-repeat: no-repeat;
  }

li#splashChoiceBrasschaat, li#splashChoiceBrasschaat a {
	background-image : url('../images/splash/brasschaat.gif');
	background-repeat: no-repeat;
  }


