@charset "UTF-8";
/* CSS Document */

#video
{
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
}

#blackOverlay
{
	position: fixed;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.5;
}

#video-stage
{
	position: fixed;
	z-index: 2000;
	width: 650px;
	height: 370px;
	background-color: white;
	top: 50%;
	left: 50%;
	margin-left: -325px;
	margin-top: -185px;
}

#video-container
{
	width: 640px;
	height: 360px;
	background-color: black;
	margin: 5px;
	
}
