@CHARSET "UTF-8";

/**
 * Locale selection
 */


h1 {
    text-align: center;
    margin: 15px 0 15px 0;
}

div#locales {
    position: relative;
    left: 50%;
    width: 420px;
    text-align: center;
    padding: 0;
    margin: 0 0 0 -190px; /* w/2 */
}

div#locales a {
    float: left;
    display: block;
    width: 110px;
    font-size: 14px;
    text-align: center;
    padding: 87px 0 0 0;
    margin: 0 25px 0 0;
}

div#locales a.nl {
    background: url(../images/flag-nl.jpg) top center no-repeat;
}

div#locales a.be {
    background: url(../images/flag-be.jpg) top center no-repeat;
}
