body {
	text-align: center;
}

#splash-container {
	text-align: left;
	margin: 50px auto;
	width: 995px;
	height: 498px;	
}

#imgmenu ul {
  margin:0 auto; 
  padding:0; 
  position:relative; 
  width:995px; 
  height:498px; 
  background: transparent url('../img/menu/splash.png'); 
  z-index:1; 
  overflow:hidden;
  }
#imgmenu li {
  list-style-type:none; 
  width:104px; 
  height:112px;
  position:absolute;
  }
#imgmenu a {
  display:block; 
  width:104px; 
  height:0; 
  color:#000; 
  text-decoration:none; 
  padding-top:112px; 
  background:transparent; 
  overflow:hidden; 
  z-index:10;
}
* html #imgmenu a {
  height:112px; 
  he\ight:0;
}

#imgmenu a#inschrijven {
  position:absolute; 
  left: 140px; 
  top: 50px; 
  width: 50px;
  padding-top: 90px;  
  background: url('../img/menu/inschrijven.png') no-repeat -200px 0;
}

#imgmenu a#contact {
  position:absolute; 
  left:475px; 
  top:270px; 
  width: 110px;
  padding-top: 150px;  
  background: url('../img/menu/contact.png') no-repeat -200px 0;
  }
#imgmenu a#media {
  position:absolute; 
  left:575px; 
  top:165px; 
  width: 100px;
  padding-top: 100px; 
  background: url('../img/menu/media.png') no-repeat -200px 0;
  }
#imgmenu a#overik {
  position:absolute; 
  left: 410px; 
  top: 120px; 
  width: 80px;
  padding-top: 80px; 
  background: url('../img/menu/overik.png') no-repeat -200px 0;
  }
#imgmenu a#studie {
  position:absolute; 
  left:727px; 
  top:130px; 
  width: 140px;
  padding-top: 295px;
  background: url('../img/menu/studie.png') no-repeat -200px 0;
  }
#imgmenu a#home {
  position:absolute; 
  left:745px; 
  top:60px; 
  z-index: 2;
  width: 200px;
  padding-top: 400px;
  background: url('../img/menu/home.png') no-repeat -200px 0;
  }
#imgmenu a#commissies {
  position:absolute; 
  left: 600px;
  z-index: 3; 
  width: 130px;
  padding-top: 120px;
  top: 300px;
  background: url('../img/menu/commissies.png') no-repeat -200px 0;
  }
#imgmenu a#inschrijven:hover, 
#imgmenu a#contact:hover,
#imgmenu a#media:hover,
#imgmenu a#studie:hover,
#imgmenu a#home:hover,
#imgmenu a#commissies:hover {
  background-position: 0 0;
  }
#imgmenu a#inschrijven:hover b, 
#imgmenu a#contact:hover b,
#imgmenu a#media:hover b,
#imgmenu a#studie:hover b,
#imgmenu a#home:hover b,
#imgmenu a#commissies:hover b {
  display:none;
  }