@charset "utf-8";
/* CSS Document for the FLV Engine Script */

body, html {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}

img#close_gif { /* The Close Button */
	border:none;
	width:82px;
}

div#overlay { /* the transparent Overlay Layer behind the FLV Window */
	z-index:999 !important;
	width:100% !important;
	height:100% !important;
	position:absolute !important;
	left:0px !important;
	top:0px !important;
	background:#000000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

center#ctDV{
	z-index:1000 !important;
	width:100% !important;
	height:100% !important;
	position:absolute !important;
	left:0px !important;
	top:0px !important;
}

div#centerDiv { /* recieves a <center> tag and the following elements */
	z-index:1001 !important;
	width:100% !important;
	height:100% !important;
	position:absolute !important;
	left:0px !important;
	top:0px !important;

}
div#contentBorder { /* displays a 10px border around the swf */
	background:#777777;
	text-align:right;
	width:650px;
	height:550px;
	padding:10px;
	position:relative !important;
	top:0px !important;

	/*
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	*/
}
div#myContent { /* the swfobject will be written in here */
}
