body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	behavior: url("87.php_files/csshover3.htc");
}

a.onhov:hover { //
	FILTER: alpha(Opacity = 100); //
	-moz-opacity: 1; //
	border: #C8101D 2px solid;
	cursor: pointer;
}

a.onhov { //
	FILTER: alpha(Opacity = 50); //
	-moz-opacity: 0.5; //
	border: #C8101D 2px solid; //
	cursor: pointer;
}

a:link,a:visited,a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.scene_title {
	color: #C8101D;
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	text-indent: 0px;
	line-height: 150%;
	width: 160px;
}

div.blurdiv {
	position: relative;
	float: left;
	left: 5px;
	top: 0px;
}

img.blurimg {
	border: 3px solid #FFFFFF;
}

div.topel {
	position: absolute;
	left: 40%;
	filter: alpha(opacity = 99);
	opacity: 0.99;
}

div.bottel{
	filter: alpha(opacity = 1); 
	position: absolute; 
	left: 40%!important; 
	opacity: 0.01;
}