body {
    background  : black;
    color       : white;
    font-family : Verdana;
    font-size   : 11px;
}

#video_container {
    background  : url("../img/intro_video_background.jpg") no-repeat;
    position    : absolute;
    bottom      : 25%;
    left        : 50%;
    margin-left : -220px;
    width       : 440px;
    height      : 360px;
}

#video_container object {
    position : absolute;
    top      : 20px;
    left     : 20px;
}

#languages {
    position      : absolute;
    bottom        : 28%;
    left          : 50%;
    margin-left   : 240px;
    margin-bottom : 10px;
    width         : 100px;
    z-index       : 999;
}

#languages ul {
    margin-left     : 0;
    list-style-type : none;
    letter-spacing  : 2px;
    text-align      : left;
}

#languages ul li {
    margin : 5px 0;
}

#languages a, a:link, a:visited {
    text-decoration : none;
    color           : white;
}

#languages a:hover {
    color           : red;
    text-decoration : none;
}

#footer_container {
    position : absolute;
    bottom   : 0;
    left     : 0;
    width    : 100%;
    height   : 136px;
}

#footer_left {
    background : url("../img/footer_intro_left.jpg") repeat-x;
    /*float      : left;*/
    position   : absolute;
    top        : 0;
    left       : 0;
    width      : 49%;
    height     : 136px;
    z-index    : 0;
}

#footer {
    background  : url("../img/footer_intro.jpg") no-repeat;
    position    : absolute; 
    /*top        : 136px;*/
    top         : 0;
    left        : 50%;
    margin-left : -490px;
    width       : 980px;
    height      : 136px;
    z-index     : 999;
}

#footer span {
    position : absolute;
    bottom   : 2px;
    left     : 0;
}

#footer_right {
    background : url("../img/footer_intro_right.jpg") repeat-x;
    /*float      : right;*/
    position   : absolute;
    top        : 0;
    right      : 0;
    width      : 49%;
    height     : 136px;
    z-index    : 0;
}
