/*
#xyz
{
        position:absolute;
        top:0px;
        left:200px;
        z-index:3;
        width:740px;
        height: 20px;
        padding-top:4px;
        direction:rtl;
}
*/

#title_sign
{
        
        position:absolute;
        top:0px;
        left:0px;
        z-index:2;
        width:370px;
        height:180px;
        overflow:hidden;
}

#title_img
{
        
        position:absolute;
        top:0px;
        left:370px;
        z-index:2;
        width:570px;
        height:180px;
        overflow:hidden;
}

#subtitle
{
        position:absolute;
        top:140px;
        left:220px;
        z-index:3;
        width:720px;
        max-width:720px;
        padding-top:5px;
        padding-right:10px;
        overflow:hidden;
}

#nav
{
        position:absolute;
        top:180px;
        left:0px;
        z-index:3;
        width:220px;
}

#content_container
{
        position:absolute;
        top:180px;
        left:220px;
        z-index:3;
        width:720px;
        max-width:720px;
        overflow:hidden;
}

#content
{
        z-index:3;
        width:720px;
        max-width:720px;
/*         padding-top:20px; */
        padding-left:20px;
        padding-right:20px;
/*         padding-bottom:10px; */
        background-color:#cfe9ff;
        overflow:hidden;
}

#footer
{
        position:relative;
        bottom:0px;
        z-index:3;
        width:720px;
        max-width:720px;
        overflow:hidden;
}

#endbar_bottom
{
        height:10px;
}

#background
{
        /*
        position:absolute;
        
        bottom:0px;
        left:0px;
        */
        z-index:2;
        /*
        width:100%;
        height: 200px;
        */
        overflow:visible;
}

#background_top
{
        position:absolute;
        top:0px;
        left:0px;
        z-index:1;
        width:100%;
        height: 200px;
        overflow:visible;
        background-image:url(/img/bg_top.gif);
}

#background_bottom
{
        position:fixed;
        bottom:1px;
        left:0px;
        z-index:0;
        width:100%;
        height: 200px;
        overflow:visible;
        background-image:url(/img/bg_bottom.gif);
        background-position:bottom;

}

