/* algemeen*/
html {
    height: 100%;
}

body {
    margin: 0;
    font-family: 'verdana';
    font-size: 11px;
    line-height: 16px;
    overflow: hidden;
    overflow-y: scroll;
    color: #000;
    background-image: url(../images/404/bg.png);
    background-repeat: repeat;
    height: 100%;
}

.brandholder {
    position: absolute;
    top: 0;
    height: 60px;
    width: 100%;
    padding: 20px;
    background-color: #d9d9d9;
    text-align: center;
}

.logos {
    margin-top: -15px;
}

.notfound {
    width: 750px;
    margin-left: 50%;
    left: -375px;
    position: absolute;
    z-index: 100;
    margin-top: 100px;
    text-align: center;
    padding-left: 50px;
}

.content {
    width: 500px;
    margin-left: 50%;
    left: -250px;
    position: absolute;
    top: 35%;
    background-color: #d9d9d9;
    padding: 30px;
    font-size: 12px;
    -webkit-box-shadow: 10px 10px 14px -6px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 10px 10px 14px -6px rgba(0, 0, 0, 0.34);
    box-shadow: 10px 10px 14px -6px rgba(0, 0, 0, 0.34);
    z-index: 300;
}