#faw {
	text-align: center;
	font-family: Arial,sans-serif;
	width: 950px;
	height: 500px;
	position: absolute;
	margin: 0 0 0 -250px;
	top: 30px;
	display: none;
	z-index: 9000;
}

#faw a {
	text-decoration: none;
	border: none;
}

#faw .ad {
	height: 245px;
}

#faw img {
	border: none;
}

#faw .bar {
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	font-weight: bold;
}

#faw .bar a {
	margin-left: 10px;
	font-weight: bold;
	float: left;
	color: #FFF;
	font-size: 10px;
	text-align: right;
	width: 40px;
	padding-right: 50px;
	font-size: 12px;
	font-weight: bold;	
}

#faw .bar .close {
	margin-right: 5px;
	display: block;
	width: 40px;
	height: 40px;
	float: right;
	background: #000 url('../images/close.jpg') no-repeat right;
	z-index: 999999;
}

#faw.show {
	display: block;
}