#Flyer {
	display: block;
	height: 90px;
	width: 235px;
	clear: both;
	background: url(/img/css/cloud.png) left top no-repeat;
	position: absolute;
	top: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	padding-top: 25px;
}
#Flyer a {
	opacity: 0;
	text-decoration: none;
}
