html, body { 
 width:100%; 
 height:100%; 
 margin: auto;
}

#agecontainer {
 width:100%; 
 height:100%;
 position: fixed;
 display: none;
 text-align: center;
 vertical-align: middle;
 z-index: 2000;
 top: 0;
 left: 0;
}

#ageverification {
 background: #EEE;
 height:200px;
 position: relative;
 display: table-cell;
 margin:auto;
 vertical-align: middle;
 font-size: 13px;
}

#agecontainer h1 span {
 display: none;
}

#agecontainer h2 {
color:#460346;
font-size: 20px;
margin-bottom: 12px;
} 

#ageverification p {
}


.agetxt {
 line-height: 25px;
 margin: auto;
 color: #000;
}

.golijst {
 margin: auto;
 text-align: left;
 width: 300px;
 font-size: 13px;
 margin-bottom: 12px;
 color: #000;
}
.agebuttons {
 width: 360px;
 margin: auto;
}

.gobtn {
 display: block;
 color: #FFF;
 font-weight: bold;
 text-decoration: none;
 font-size:11px;
 margin: auto;
 width: 400px;
 margin-bottom: 6px;
 padding-left: 6px;
 padding-right: 6px;
 padding-top: 2px;
 padding-bottom: 2px;
-webkit-border-radius: 22px;
-moz-border-radius: 22px;
border-radius: 22px;
}
.gobtn.green {
 background: green;
}
.gobtn.red {
 background: red;
}




#agefooter2{
 color: #000;
width:960px;
margin:0 auto;
text-align:center;
margin-bottom:20px;
}

#agefooter2 ul{
margin-bottom:10px;
}

#agefooter2 ul li{
display: inline;
font-size:12px;
}


#agefooter2 ul li a{
text-decoration:none;
color:#000;
}


#agefooter2 p{
color: #8D8D8D;
font-size:12px;
}

#agefooter2 p a{
color: #8D8D8D;
}

#agecontainer form {
 margin: 0;
}