body
{
	margin:	0px auto;
}

#bovenkant
{
	position:											absolute;
  left:													0px;
  right:												0px;
  top:													0px;
  bottom:												0px;
	background-color: 						#ffcc00;
  height:												50%;
  background-image:							url("../gfx/keuze_bg_bovenkant.jpg");
  background-position:					bottom;
  background-repeat:						repeat-x;
 	text-align:										center;
}

img.welkom
{
	position:											absolute;
  left:													50%;
  margin-left:									-168px;
  top:													50%;
  margin-top:										-250px;
}

* html #bovenkant
{
	height:												expression(document.documentElement.clientHeight / 2);
	width:												expression(document.documentElement.clientWidth);
}

* html img.welkom
{
  padding-top:									25%;
  margin-top:										-221px;
}

#icons
{
	position:											absolute;
  left:													0px;
  right:												0px;
  height:												254px;
 	text-align:										center;
  margin-top:										-137px;
}

* html #icons
{
	width:												expression(document.documentElement.clientWidth);
}

#onderkant
{
	position:											absolute;
  left:													0px;
  right:												0px;
  top:													50%;
	background-color: 						#0070c6;
  height:												50%;
  background-image:							url("../gfx/keuze_bg_onderkant.jpg");
  background-position:					top;
  background-repeat:						repeat-x;
 	text-align:										center;
}

img.keuze
{
	margin-top:										164px;
}

* html #onderkant
{
	height:												expression(document.documentElement.clientHeight / 2);
	width:												expression(document.documentElement.clientWidth);
}

* html img.welkom
{
	top: 									0px;
}

img
{
	border:												0px;
}