/* CSS Document */

/* Special for world subpart */

#back {
    width: 100%;
    max-width: 1920px;
    min-width: 1000px;
    /*margin: 0 auto;*/
    padding: 0px 0px 0px 0px;
    text-align: left;
    background: #000000 url('../img/background-world.jpg') top right no-repeat;
    /*border: 1px solid red;*/
}

#header {
    width: 100%;
    height: 390px;
    position: relative;
    padding: 0px 0px 0px 0px;
    background: url('../img/background-top.png') 0px 0px no-repeat;
    /*border: 1px solid green;*/
}

#footer {
    clear: both;
    width: 100%;
    min-height: 324px;
    font-size: 12px;
    padding: 10px 0px 0px 0px;
    background: url('../img/background-bottom-world.jpg') bottom left no-repeat;
    /*border: 1px solid yellow;*/
}