#popup_blackout
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 1000;
	filter: alpha(opacity=60);
	opacity: 0.6;
}

#popup_container
{
	background-color: #170D02;
	background-image: url(../images/bg_pinstripe.jpg);
	position: absolute;
	width: 411px;
	height: 380px;
	top: 10px;
	left: 10px;
	z-index: 1500;
}

#popup_heading
{
	position: absolute;
	width: 411px;
	height: 74px;
}

#popup_left
{
	position: absolute;
	left: 0px;
	top: 74px;
	width: 8px;
	height: 298px;
}

#popup_right
{
	position: absolute;
	right: 0px;
	top: 74px;
	width: 8px;
	height: 298px;
}

#movie_player
{
	position: absolute;
	left: 8px;
	top: 74px;
	width: 395px;
	height: 298px;
	text-align: center;
	background-color: #A59E8D;
}

#popup_bottom
{
	position: absolute;
	left: 0px;
	top: 372px;
	width: 411px;
	height: 8px;
}
