@import url(reset.css);

body { background: #000; }

div#container { width: 400px; margin: 0 auto; }

div#container h1.header {
  width: 400px;
  height: 30px;
  text-indent: -999em;
  background: black url(../img/intro/header.png) no-repeat center top;
  margin-top: 50px;
}

div#container h1.header a { display: block; }
div#container ul { margin-top: 135px; }
div#container ul li { float: left; display: block; width: 200px; height: 240px; text-indent: -999em; }
div#container ul li a { display: block; width: 100%; height: 100%; }
div#container ul li.mdk { background: url(../img/intro/logo-mdk.png) no-repeat top left; }
div#container ul li.roegiers { background: url(../img/intro/logo-roegiers.png) no-repeat top right; }