/*
ffpCSS
*/

.addBodySkinCheck{
	width: 100%;
	height: 100%;
	overflow: hidden;
}

div#swfContainer{
	position: absolute;
	top : 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background-image: url("/common/images/skinbg.png");
}

div#skinCheck{
	z-index: 10000;
	width: 100%;
	height: 100%;
}

