html {
    background-color: #fff;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
body {
    max-width: 720px;
    margin: 5em auto;
    text-align: left;
    font-family: "Verdana", sans-serif;
    font-size: small;
}
.code {
    position: absolute;
    bottom: -0.3em;
    right: -0.2em;
    font-size: 400px;
    font-weight: bold;
    color: #ddf;
    z-index: -1;
}
h1 {
    color: #1a588f;
    font-size: large;
}
a {
    color: #faa634;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
em {
    color: #8f807d;
}
h1 {
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: 0px 5px;
    margin-left: -30px;
}
h1 span {
    color: #999;
}
.nl h1 {
    background-image: url('/img/flags/nl.png');
}
.en h1 {
    background-image: url('/img/flags/gb.png');
}
.message {
    border-bottom: 1px solid #ccc;
    padding: 3em;
}
.footer {
    color: #999;
    padding: 0 2em;
    text-align: center;
}
