
body {
font-family: Arial, Helvetica, sans-serif;
overflow-x: hidden;
background-color: #232323;	
background: url(../images/page-not-found.jpg) no-repeat center top fixed; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;		
}
.explicatie {
font-family: Arial, Helvetica, sans-serif;
font-size:24px;
text-align:center;
color:#FFFFFF;
padding-bottom:20px;
}
.butonformular {
text-align:center;
margin-bottom:40px;
width:100%;
}
.butonformular a {
text-align:center;
padding: 10px 40px;
display: block;
background-color:#FFBB00;
color:#394373;
border: 1px solid #FFBB00;
width: 200px;
margin: auto;
text-decoration:none;
}
.butonformular a:hover {
background-color:#394373;
color:#FFBB00;
border: 1px solid #FFBB00;
}
.fixed_bottom {
float:left;
left:inherit;
position:fixed;
left: 0;
width: 100%;
border-width: 0px 0 0;
bottom: 0;
margin-bottom: 0;
}
