#fa {
	position: absolute;
        left: 50%;
	top: 100px;
        margin-left: -100px;    /* alap -250px */

	padding: 0px;
	background: #FFF;
	text-align: center;
	font-family: Arial,sans-serif;
        width: 538px;
	border: 2px solid #666;
	display: none;
/*	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: 0px;
	right: 0px;
	z-index: 1990;
}

#fa.show {
	display: block;
}

div#wrap {
  margin:0 auto;
  z-index: 100;
}
