#fa {
	/*background: #FFF;*/
	text-align: center;
	font-family: Verdana;
	font-size:12px;
	padding: 10px;
	width: 365px;
	/*border: 2px solid #666;*/
	position: absolute;
	margin: 0 auto;
	top: 100px;
	display: none;
	opacity: 0;
	KHTMLOpacity: 0;
	filter: alpha(opacity=0); 
	-moz-opacity: 0;
	z-index: 1000;
	background:url(background.PNG);
	background-repeat:no-repeat;	
}

#fa a {
	text-decoration: none;
	border: none;
	font-size: 9px;
	color: #333;
}

#fa img {
	border: none;
}

#fa .fa_close {
	position: absolute;
	top: 4px;
	right: 6px;
}

#fa.show {
	display: block;
}