@CHARSET "ISO-8859-1";
html,body{pading:0;margin:0;font-family:sans-serif}
#bgLayer{
	background:#000000;		/* maybe also dynamic value (could also be an image) */
	position:absolute;
	display:block;
	height:100%;
	width:100%;
	left:0px;
	top:0px;
	overflow:hidden;
}
#flashAutoPlay{width:90%;margin:0 auto;padding:10px 5%;text-align:center}
#flashAutoPlay noscript{color:#FF0000;}
#flashAutoPlay a{color:#990000;text-decoration:none;}
#flashAutoPlay a:hover{text-decoration:underline;}
.showBg{z-index:99;visibility:visible;}
.hideBg{z-index:-1;visibility:hidden;}
#topFLayer,#newFLayer{
	position:absolute;
	left:0px;
	top:0px;
	overflow:visible;
}
#newFLayer{
	width: 100%;	
}
.show{z-index:1000;visibility:visible;width:100%;height:100%;}
.hide{z-index:-1;visibility:hidden;width:0px;height:0px;margin:0px;padding:0px;}
.hidden{visibility:hidden;}
.visible{visibility:visible;}
#tplCnt{z-index:1;overflow:visible;position:absolute;left:0px;width:100%;}