html {
    height: 100%;
    overflow: auto;
}

#flashcontent {
    height: 93%;
}


body {
    background: #E7E7E7 url('pozadi.jpg') no-repeat;
    background-size: 100%;
    font-family: Tahoma;
    text-align: center;
}

.navigace {
    width: 200px;
    font-size: 12px;
    font-family: Tahoma;
    opacity: 0.8;
    text-align: center;
    background-color: #1869BE;
    color: #FB8F40;
    text-decoration: none;
}

    .navigace a {
        color: #FB8F40;
        text-decoration: none;
    }

        .navigace a:hover {
            text-decoration: underline;
        }

