html {}
body {
    background-image: url(uvod.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #2F1D07;
}

#flags{
    display: block;
    position: relative;
    top: 410px;
    text-align: center;
}
#flags a{
    text-decoration:none;
    border: none;
}
#flags a img{
    outline: none;
    border: none;
}
#copy{
    display: block;
    position: relative;
    top: 430px;
    text-align: center;
    font-family: Arial Narrow;
    font-size: 10px;
    color: #888888;
}
