body {
    margin: 0px;
    background-image: url('http://www.cornua-multimedia.nl/cms_klanten/fonsschobben/components/com_headerChanger/com_headerChanger.php?pagina=Background');
    background-color: #3b1c0f;
    background-repeat: no-repeat;
    background-position: top center;
}

.main_wrapper {
    position: absolute;
    width: 800px;
    left: 50%;
    margin-left: -400px;
}

.logo {
    display: none;
    position: absolute;
    width: 150px;
    height: 150px;
    top: 0px;
    left: 0px;
}

.header {
    position: absolute;
    width: 100%;
    height: 150px;
    top: 0px;
    left: 0px;
}

.menu_horizontaal {
    position: absolute;
    width: 100%;
    height: 300px;
    top: 0px;
    left: 50px;
}

.menu_verticaal {
    display: none;
    position: absolute;
    width: 150px;
    top: 0px;
    bottom: 0px;
    left: -151px;
}

.content {
    text-align: center;
    position: absolute;
    width: 780px;
    top: 170px;
    left: 0px;
    padding: 10px;
}

.footer {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 20px;
    bottom: -51px;
    left: 0px;
    font-family: Arial, Verdana;
    font-size: 12px;
    color: #3b1c0f;
}
