div#video_anchor {
    width: 751px;
    height: 401px;
    position: absolute;
    top: 50%;
    left: 50%;
    /*background-image: url("images/video_back.png");
    background-position: top left;
    background-repeat: no-repeat;*/
    margin-left: -375px;
    margin-top: -200px;
}

div#video_layer {
    font-size: 11px;
    line-height: normal;
    /*position: absolute;
    top: 50%;
    left: 50%;*/
    width: 720px;
    /*height: 365px;*/
    height: 376px;
    background-image: url("images/video_back.png");
    background-position: top left;
    background-repeat: no-repeat;
    padding-top: 15px;
    padding-left: 15px;
    /*padding-bottom: 21px;*/
    padding-bottom: 10px;
    padding-right: 16px;
    /*margin-left: -370px;
    margin-top: -192px;*/
    
}

div#video_layer_close {
    padding: 0px;
    margin: 0px;
    height: 27px;
    padding-top: 13px;
    padding-bottom: 8px;
    text-align: center;
}

div#video_layer_close a {
    position: relative;
}

div#film {
    position: relative;
}
