﻿#player
{
    position: fixed;
    width: 962px;
    height: 557px;    
    top: 0px;
    left: -4000px;
    /*display: none;*/
    z-index: 2;   
}
#overflow
{	
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #000000;
    filter: alpha(opacity=60);
    opacity: 0.6;
    display: none;
    z-index: 1;    
}
