#screenad_wrapper {
	/*background		: #ccc;
	filter			: alpha(opacity=50);
	-moz-opacity	: 0.5;
	opacity			: 0.5;*/
	
	position		: absolute;
	width			: 100%;
	height			: 100%;
	top				: 0px;
	left			: 0px;
	bottom			: 0px;
	z-index			: 2000;
}


#screenad_bg {
	/*background		: #ccc;
	filter			: alpha(opacity=50);
	-moz-opacity	: 0.5;
	opacity			: 0.5;
	
	position		: absolute;
	width			: 100%;
	height			: 100%;
	top				: 0px;
	left			: 0px;
	bottom			: 0px;
	z-index			: 1000;*/
}

#screenad {
	z-index			: 2001;
}

swfobject {
	z-index			: 2002;
}