html {
    background: #0967aa;
}

body {
    display: block;
    color: #fff;
    text-align: center;
    line-height: 22px;
    font-size: 14px;
}

a:link, a:visited {
    color: #fff;
    text-decoration: underline;
}

a:hover {
    color: #eef;
    text-decoration: underline;
}

body > header {
    display: block;
    width: 100%;
    height: 270px;
    background: #fff;
    margin: 0 0 22px;
    position: relative;
    top: 0;
}

h1 {
    margin: 0 0 22px;
}

header h1 {
    padding: 44px 0 0 0;
    display: block;
    width: 100%;
    height: 226px;
    margin: 0;
}

.smallfont {
    font-size: 75%;
}

#text {
    width: 740px;
    margin: 0 auto;
    text-align: left;
}

#text article {
    width: 700px;
}

#webwinkels {
    margin: 0 0 0 220px;
}

#uitgevers {
    margin: 0 0 0 -440px;
}

a#uitgevers:link, a#uitgevers:visited,
a#webwinkels:link, a#webwinkels:visited {
    color: #fff;
    text-decoration: none;
}

#uitgevers, #webwinkels {
    position: absolute;
    top: 40%;
    left: 50%;

    color: #ffffff;
    width: 220px;
    height: 32px;
    padding: 12px 0 0 0;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.3);
    background-color: #0967aa;
    font-size: 18px;
    font-weight: bold;
    display: block;
    line-height: 18px;
}
