html, body {
    background-color    :   #ffffff;
    margin              :   0;
    padding             :   0;
}

/*************/
/* CONTAINER */
/*************/

div#container {
    width               :   935px;
    height              :   598px;
    position            :   relative;
    left                :   50%;
    top                 :   0;
    margin-left         :   -467px;
    background-image    :   url("/images/bg_language.png");
    background-repeat   :   no-repeat;
}

div#logo {
    position            :   absolute;
    left                :   35px;
    top                 :   202px;
}

div#logoessent {
    position            :   absolute;
    left                :   679px;
    top                 :   446px;
}

div#langselect {
    position            :   absolute;
    left                :   531px;
    top                 :   327px;
}