body{
    background-color: #D8F8FE;
    width: 950px;
    margin: 0 auto 0 auto;
    padding-top: 0px;
    text-align: center;
}
#header{
    background-color: black;
    margin: 0 0 0 0;
    width: 950px;
    height: 120px;
}
#menu{
    background: black url('menu.gif') repeat-x;
    margin: 0 0 0 0;
    width: 950px;
}
#content{
    background-color: #D8F8FE;
    margin: 0 0 0 0;
    width: 950px;
    height: auto;
}
#foter{
    background-color: #D8F8FE;
    margin: 0 auto;
    width:950px;
    height: auto;
    top: 10px;
  clear: both;
}
#vplay{
    background-color: #D8F8FE ;
    float: left;
    width: 640px;
    
}
#sim{
    background-color:  #CBF1FE;
    float: right;
    width:310px;

}
#cinema{
    width: 560px;
    height: 340px;
    border: solid;
    margin-left: auto;
    margin-right: auto;
}
a img{
    border: none;
}
/**
 * start sim div element
 */
 #sim h3{
    background-color: navy;
    color: white;
    font-size: 20px;
    margin: 5px 5px 5px 5px;
    }
    .right{
    background-color: #E6FDFF;
    margin: 10px auto 5px auto;
    width: 300px;
}
    .right td{
                text-align: left;
                direction: rtl;
            }
            .right a{
                font-size: 15px;
                font-weight: bold;
                font-family: Tahoma;
                text-decoration: none;
            }
            .right a:hover{
                color: white;
                background-color: #6661D3;
                font-size: 12px;
                font-weight: bold;
                font-family: Tahoma;
            }
            #sim img{
        width: 100px;
        height: 120px;
        }
    /* vplay element */
        #vplay h1{
        background-color: navy;
        color: white;
        font-size: 20px;
        margin: 5px 10px 10px 10px;
    }
    #vplay table{
        border: solid;
        margin-left: auto;
        margin-right: auto;
    }
    #vplay td{
        width: 120px;
        direction: rtl;
        text-align: center;
    }
    #vplay img{
        width: 100px;
        height: 120px;
        
    }
    #vplay td a{
        font-size: 15px;
        font-weight: bold;
        text-decoration: none;        
    }
    #vplay td a:hover{
        
       font-size: 15px;
        font-weight: bold;
        text-decoration: none;
        color: red;
         
    }
    #vplay a img{
        height: 20px;
        width:20px;
    }
    #vplay a{
        text-decoration: none;
        font-size: 20px;
        font-weight: bold;
    }
    /* galerie */
 .divgal{
    padding: 0 0 0 5px;
    margin: 5px 0 0 5px;
    background-color: black;
    font-size: 18px;
    height: 100px;
    width: 720px;
    color: yellow;
    text-align: right;
  display: none;
  border: solid;
  border-color: yellow;
}
.divgal img{
    height: 100px;
    width: 80px;
    margin: 0 0 0 0;
}
.divgal a{
    text-decoration: none;
    color:  white;
    font-size:25px;
}   