html, body {
margin:0;
padding:0;
width:100%; 
height:100%; /* belangrijk voor de juiste positionering van #content */
}

body {
  background: #0e142d url(background_1920x1200.jpg)
center center fixed no-repeat;
  -moz-background-size: cover;
  background-size: cover;
}

@media only all and (max-width: 480px) and (max-height: 300px) {
  body {	
    -moz-background-size: 480x 300px;
    background-size: 480px 300px;
  }
}

#pagewrapper {
/*background: url(sm_bg.png) repeat-x; */
position:relative;
width:100%;
height:100%;
}

#content {
position:relative;
width:30%;
height:100%;
float:right;
margin:0;
padding:0;
}

.addthis_toolbox {
position:fixed;
top:0;
left:0;
margin:4px 0 0 8px;	
color:#69baff;
}

#ie6 {
display:none;	
}

img {
max-width:100%;
}

#bigbutton {
position:relative;
top:54%;
right:20%;
}

#voettekst {
position:relative;
top:56%;
right:15%;
}

#voettekst a {
color:#74caff;
text-decoration:none;
}

#voettekst a:hover {
text-decoration:underline;
}

#voettekst h1, h2 {
color:#fff;
font-family:Arial, Verdana, sans-serif;
font-size:	1em;
letter-spacing:.1em;
line-height:1em;
font-style:italic;
margin:0;
padding:0;
}
