@charset "UTF-8";

html,
body {
   margin:0;
   padding:0;
   height:100%;
   font-family: Verdana, Arial, Sans-Serif;
}

html { background: url(../images/splash.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;}
  
body { background-image:url(../images/grid.png);}

#container {
   min-height:100%;
   position:relative;
}

/* HEADER */
#headerwrap {
   background:#ff0;
   height:60px;
}
#header {
    max-width:1400px;  
    margin: 0px auto 0px auto; 
    padding: 0px 20px 0px 20px;
}

/* BODY */
#bodywrap {
   padding-bottom:60px;   /* HOOGTE VAN DE FOOTER - AAN TE PASSEN */
}
#body {
    max-width:1400px;  
    margin: 0px auto 0px auto; 
    padding: 0px 20px 0px 20px;
}

/* FOOTER */
#footerwrap {
   position:absolute;
   bottom:0;
   width:100%;
   height:60px;   /* HOOGTE VAN DE FOOTER - AAN TE PASSEN */

}
#footer {
    max-width:1400px; 
    margin: 0px auto 0px auto; 
    padding: 0px 20px 0px 20px;
}


.enter { position:absolute; left:50%; margin-left:-184px; top:50%; margin-top:-184px;}



