/* global definitions
--------------------------------------------------------------------------------*/

html, body {
    background: #e6e6e6;
    background-image: url("../img/allback.png");
    background-repeat: repeat-y;
    background-position: 50% 0%;
}
body {
    background-image: url("../img/back-spacer.jpg");
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-color: transparent;
    max-height: 520px;
    min-height: 520px;
}
.top-spacer-langselect{
    left: 421px;
    top: -73px;
}
.top-spacer {
    top: -12px;
}