body{
    margin:0;
    background:#333 url(../images/back.jpg) repeat;
    color: #531A1A;
    font-family:Arial,Helvetica,sans-serif;
    font-size:14px;
}
#wrapper {
    float: left;
    position: absolute;
    margin-top:15px;
    width: 400px;
    background-color: #AEAF88;
    border: 9px solid #BFC096;
    left: 50%;
    margin-left: -200px;
       -moz-box-shadow: 0 0 1em #000;
    -webkit-box-shadow: 0 0 1em #000;
    
}
    
#sigla {
    background: url(../images/sigla.png) 55px 0px no-repeat;
    width: 400px;
    height: 156px;
}

#sigla_titlu {
    float: left;
    position: relative;
    z-index: 99;
    width: 650px;
    left: 50%;
    margin-left: -323px;
    text-align: center;
    
}

#meniu_stanga {
    
    float: left;
    position: relative;
    z-index: -99;
    width: 50px;
    height: 130px;
    left: 50%;
    margin-top: 20px;
    margin-left: -250px;
    background:#AEAF88 url(../images/alege_f.png) 8px 8px no-repeat;

    border: 9px solid #BFC096;
       -moz-box-shadow: 0 0 0.5em #333;
    -webkit-box-shadow: 0 0 0.5em #333;
}

#meniu_dreapta {
    
    float: left;
    position: relative;
    z-index: -99;
    width: 50px;
    height: 130px;
    left: 50%;
    margin-top: 20px;
    margin-left: 180px;
    background:#AEAF88 url(../images/galerie_v.png) 28px 8px no-repeat;

    border: 9px solid #BFC096;
       -moz-box-shadow: 0 0 0.5em #333;
    -webkit-box-shadow: 0 0 0.5em #333;
}
#meniu_stanga:hover{
    
    float: left;
    position: relative;
    z-index: -99;
    width: 50px;
    height: 130px;
    left: 50%;
    margin-top: 20px;
    margin-left: -250px;
    background:#BFC096 url(../images/alege_f.png) 3px 8px no-repeat;

    border: 9px solid #BFC096;
}

#meniu_dreapta:hover{
    
    float: left;
    position: relative;
    z-index: -99;
    width: 50px;
    height: 130px;
    left: 50%;
    margin-top: 20px;
    margin-left: 180px;
    background:#BFC096 url(../images/galerie_v.png) 32px 8px no-repeat;

    border: 9px solid #BFC096;
}

#continut {
    float: left;
    position: relative;
    width: 650px;
    left: 50%;
    margin-left: -341px;
    background-color: #E9E8DB;
    border: 6px solid #8D8367;
    padding: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    z-index: 99;
    margin-bottom: 25px;
       -moz-box-shadow: 0 0 0.5em #333;
    -webkit-box-shadow: 0 0 0.5em #333;
}
#continut a {
    text-decoration: none;
    color: #000;
}

#continut a:hover {
    text-decoration: none;
    color: #531A1A;
}

#movie{
    float: left;
    position: relative;
    width: 600px;
    left: 50%;
    margin-left: -318px;
    background-color: #000;
    border: 6px solid #8D8367;
    padding: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    z-index: 99;
       -moz-box-shadow: 0 0 0.5em #333;
    -webkit-box-shadow: 0 0 0.5em #333;
}


#footer {
        float: left;
       position: relative;
       z-index: 99;
       width: 400px;
       text-align: center;
       font-size: 12px;
}