@charset "utf-8";
/* CSS Document */

* {margin: 0px; padding: 0px;}
img { border: 0px;}

html {height: 100%; /* héél belangrijk */ line-height: 130%;}

body {
height: 100%;
background: #000000 url(../img/bg.jpg) fixed no-repeat center;
}

#imageHolder {
position:absolute;
top: 50%;
margin-top: -285px;
left: 50%;
margin-left: -360px; 
}

#filmpje {
position: absolute;
z-index: 2;
left: 310px;
top: 141px;
}

