* { margin: 0; padding: 0; }
html { height: 100%; }
body { position: relative; height: auto !important; height: 100%; min-height: 100%; }
body {
    text-align: center;
    }
ul {
    list-style: none;
    }
ul.bk.languages {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 19px;
    margin-top: -190px;
    padding-top: 306px;
    background: #fff url('images/logo.jpg') 50% 0 no-repeat;
    }
    ul.bk.languages li {
        display: inline;
        }
        ul.bk.languages a {
            display: inline-block;
            width: 110px;
            height: 19px;
            margin: 0 4px;
            background: #6290dd url('images/languages.gif') 0 0 no-repeat;
            text-decoration: none;
            font: bold 13px/19px Arial;
            color: #001a9b;
            }
        ul.bk.languages a:hover {
            color: #fff;
            }
ul.bk.footer {
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 100%;
    font: 10px/12px Arial;
    color: #999;
    }
    ul.bk.footer a {
        text-decoration: none;
        color: #999;
        }
    ul.bk.footer a:hover {
        text-decoration: underline;
        color: #999;
        }
