@charset UTF-8; 
.overlay {
 padding:40px; width:570px; height:321px; display:none; background-image:url(../img/white.png); 
}
.close {
 background:url(../img/close.png) no-repeat; position:absolute; top:2px; right:5px; display:block; width:35px; height:35px; cursor:pointer; 
border:solid 0px red;}
#player {
 height:321px; display:block; 
}
