#fa {
	background: #FFF;
	background-image:url(/uploads/image/superstart_bg_1004x753.jpg);
	padding: 0px;
	width: 1004px;
	height:753px;
	position: absolute;
	margin: 0 auto;
	top: 0px;
	left: 50%;
	margin-left: -502px;
	z-index: 1000;	
/*
	align:center;
/*
	opacity: 0;
	KHTMLOpacity: 0;
	filter: alpha(opacity=0); 
	-moz-opacity: 0;
*/	
}



#fa img {
	border: none;
}

#fa .fa_close {
	position: absolute;
	top: 5px;
	right: 5px;
}

#fa.show {
	display: block;
}


