#keha {
    background-image: url(images/bulgaaria.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center top;
    background-attachment: fixed;
}

#pealkiri {
    color: white;
    font-size: 25px;
    text-align: center;
}

#alapealkiri {
    color: white;
    font-size: 20px;
    text-align: center;
}

#keeled {
    margin-top:0;
    text-align: right;
}

#eesti:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#inglise:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#vene:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#eesti { left: 91%; top: 64px; position: absolute; width: 40px; height: 24px; z-index:2; }
#inglise { left: 95%; top: 64px; position: absolute; width: 40px; height: 24px; z-index:3; }


