#fa {
	background-image:url('http://www.military-myspace.com/cms/images/sponsors.jpg');
	font-family: Arial;
	padding: 8px;
	width: 495px;
	border: 2px solid #666;
	position: absolute;
	top: 5px;
	opacity: 0;
	KHTMLOpacity: 0;
	filter: alpha(opacity=0); 
	-moz-opacity: 0;
	z-index: 1000;	
}

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

#fa img {
	border: none;
}

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

#fa.show {
	display: block;
}