body {
        width: 99%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center top;
        padding: 0px;
        margin: 0px;
        background-image: url('ulaz.jpg');
    }

    
    #menu
    {
        width: 98%;
        position: absolute;
        bottom: 1px;
        left: 0px;
        background-color: #ffffff;
        padding: 10px 0px 9px 10px;
        width: 99%;
        color: #bbbbbb;
    }
    
    a:link, a:visited, a:active
    {
        font-family: helvetica;
        color: #222222;
        font-size: 14px;
        text-decoration: none;
    }
    
    a:hover
    {
        text-decoration: underline;
    }