
#SMARTDRIVER_FLASH{
	position:fixed;
	color:#fff;
	z-index:10000;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
}

#SMARTDRIVER_BACKGROUND{
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}
marquee{
	-moz-binding:none;
}


* html #SMARTDRIVER_BACKGROUND { /* ie6 hack */
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

* html #SMARTDRIVER_FLASH { /* ie6 hack */
	position: absolute;
	/*margin-top: expression(0 - parseInt(510 / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');*/
}


