body
{   text-align: center;
    background-image : url("el/backgr.jpg");
    background-repeat : no-repeat;
}
div
{
   text-align: center;
   margin: 0 auto;
}
div#tabl
{
    background-image : url("el/back0.jpg");
    background-repeat : no-repeat;
    width : 800px;
    height : 632px;
    position : relative;
    background-position : center top;
    top : 0px;
    z-index : 1;
}
div#banner
{   position : absolute;
    width : 597px;
    height : 160px;
    top : 30px;
    left : 202px;
    z-index: 2;
}
div#menu
{
    position : absolute;
    width : 194px;
    height : 190px;
    z-index : 4;
    top : 7px;
    left : 10px;
}
div#menuHor
{
    position : absolute;
    width : 580px;
    height : 30px;
    z-index : 3;
    top : 147px;
    left : 205px;
}
div#animation
{
    position : absolute;
    width : 738px;
    height : 320px;
    z-index : 5;
    top : 203px;
    left : 22px;
}

