

body {
    
    font-family: sans-serif, Arial;
    font-size: 12;
    margin: 0 auto 0 auto;
    padding: 0;
    height:700;
    width:1200;
    background-color: rgb(34,34,34);
   
    }
#bodywrap{
    margin: 0 auto 0 auto;
    padding: 0;
    height:700;
    width:1200;
    background-image:url(../images/BKGvideoframe.jpg);
    background-repeat: repeat-y;
    background-position: center;

}

#header{
        background-color: black;
        font-size: 15;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        height:50;
        width: 1200px;
        
}

#header{

}
.container1 {
    width:1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom:45px;
    background-image:url(../images/BKGblackOpacity.png);
    color: #919191;
}

.container2 {
    width:1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    margin-bottom:25px;
    background-color: rgba(0, 0, 0, 0.2);
    padding-top: 0px;
    padding-bottom:25px;
    padding-right: 0px;
    padding-left: 0px;
    color: #919191;
}

h3 {
    color: #bfbfbf;
    
}


div#menubar {
    width:1200px;
    height: 37px;
    margin: 0 auto 0 auto;
    padding: 0; 
    text-align: center;
    background-image: url(../images/topmenu_VoVedit.png);
}
div#menubar > a{
    position: relative;
    top: 10px;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    background: #222222;
    padding:6px 10px;
    color:#cacaca;
    margin-right: 10px;
    text-decoration:none;
    border-radius: 3px;
    transition: background 0.5s linear 0s, color 0.5s linear 0s;
}
div#menubar > a:hover{
    background: #1a2223;
   
    color:#4baac9;
}
    


