﻿body, html {
    height: 100%;
    font-family: "Open Sans";
    color: white;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

html {
    background: url(pozadina-logo-throne.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

div {
    border: 0px solid black;
}

#offerContainer {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 91%;
    margin: 0px;
    padding: 0px;    
    overflow: hidden;
    border-radius: 0px;
    background-color: rgba(0,0,0,1);
    background: url(pozadina-prazna.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    opacity: 0.9;
}

#sadrzaj_levo {
    position: relative;
    top: 5px;
    width: 49%;
    height: 91%;
    margin: 0px;
    margin-left: 0.5%;
    margin-right: 1%;
    padding: 0px;
    overflow: hidden;
    border-radius: 0px;    
    float: left;
    opacity: 1;
}

#sadrzaj_desno {
    position: relative;    
    top: 5px;
    width: 49%;
    height: 91%;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    border-radius: 0px;    
    opacity: 1;
}

#sadrzaj_dole {
    position: absolute;    
    bottom: 5px;
    left: 0px;
    width: 99%;
    height: 8%;
    margin: 0px;
    margin-left: 10px;
    padding: 0px;
    overflow: hidden;
    border-radius: 15px;
}