html,body {
padding:0;
margin:0;
min-height:100%;
height:100%;

}

div#overlay {
    position:absolute;
	width:100%;
	height:100%;
	background-color:#000000;
	filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50; 
	z-index:500;
	top:0px;
	left:0px;
}

div#content_player{
	width:332px; height:320px; left:50%; position:absolute; margin-left:-166px; z-index:501; top:30px;
}
div#overlay_header{
	width:332px; height:20px;  background-color:#000;
}
div#overlay_player{
	width:332px; height:300px;
}

div#overlay_player #iframe {
 border:0 0 0 0;
 padding:0;
 margin:0;
 
}