.cfb_bg {
	background-color:#000000;
	/* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.6;
	position:fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
}

.cfb_fg {
	position: absolute;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=100);
	opacity: 1.0;
	top:40px;
	left:0;
}

	.cfb_fg .cfb_box {
		position: relative;
		/*width: 500px;*/
		width: 628px;
		height: 796px;
		margin: 0px auto;
		/* for IE */
		filter:alpha(opacity=100);
		/* CSS3 standard */
		opacity: 1.0;
                cursor: pointer;
	}

		img.cfb_poster {
			margin: 0px auto;
			/* for IE */
			filter:alpha(opacity=100);
			/* CSS3 standard */
			opacity: 1.0;
		}