#faw {
	background: transparent;
	text-align: center;
	font-family: Arial,sans-serif;
	width: 342px;
	height: 267px;
	position: absolute;
	margin: 0 auto;
	top: 200px;
	display: none;
	opacity: 0;
	KHTMLOpacity: 0;
	filter: alpha(opacity=0); 
	-moz-opacity: 0;
	z-index: 1000;	
}

#faw a {
	text-decoration: none;
	border: none;
}
#faw.show {
	display: block;
}
