@charset "ISO-8859-1";
/* CSS Document */
body {margin:0; padding:0; background:#000}
#main {position:absolute; margin:-280px 0 0 -388px; padding:0; left:50%; top:50%; width:776px; height:560px; z-index:-100}
#overlay {position:absolute; background: url(../img/sprite-popup-background.png) 0px 0px no-repeat; margin:-280px 0 0 -388px; padding:0; left:50%; top:50%; width:776px; height:560px; z-index:10; display:block}
#video {position:absolute; margin:-180px 0 0 -215px; padding:0; left:50%; top:50%; width:430px; height:360px; z-index:100; display:block}
a.popup-close{
	background: url(../img/sprite-popup-close.png) 0px 0px no-repeat;
	width: 50px;
	height: 50px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	z-index: 1000;
	cursor: pointer;
	float: right;
}
a.popup-close:hover,
a.popup-close.active{
	background-position: 0px -50px;	
}