#fa {
	background: #FFF;
	text-align: center;
	width: 570px;
	border: 0px solid #666;
	position: absolute;
	margin: 0 auto;
	top: 100px;
	display: none;
/*	opacity: 0;
	KHTMLOpacity: 0;
	filter: alpha(opacity=100); 
	-moz-opacity: 0;*/
	z-index: 1000; 	
}

#fa a {
	text-decoration: none;
	border: none;
	color: #333;
}

#fa img {
	border: none;
}

#fa .fa_close {
	position: absolute;
	top: 0px;
	left: 0px;
}

#fa.show {
	display: block;
}
