#fa {
	background: #FFF;
	text-align: center;
	padding: 10px;
	width: 700px;
	border: 2px solid #666;
	position: absolute;
	
	top: 380px;
	left: 100px;
	display:none;
	
	z-index:2;
}

#bodyId {
	position:absolute;
	z-index:-1000000;
	top: 100px;
	left: 10px;

}

#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;
}