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

div#videoback {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: .7;
	filter: alpha(opacity = 70);
	z-index: 1;
}

div#closebutton {
	position: fixed;
	z-index: 3;
}

iframe#flashmovie {
	position: fixed;
	width: 660px;
	height: 440px;
	z-index: 2;
}

p#close {
	width: 660px;
	text-align: right;
}