@charset "utf-8";

*{
	margin: 0;
	padding:0;
}

/* CSS Document */
body {
	margin: 0px;
	background-color: #c9c9c9;
	font-family: Arial, Helvetica, sans-serif;
}

.wrapper {
	width: 468px;
	height: 80px;
	margin: auto;
}

.bg_0 {
	width:468px;
	height:80px;
}

img {
	border: none;
}

.pics {
	width:234px;
	height:80px;
	float:left;
	overflow:hidden;
}

.overlay {
	position:relative;
	overflow:hidden;
	top:-80px;
	width:468px;
	height:80px;
	background:url(http://static.contentabc.com/ads/pop_planetsuzy468x80_100222/images/overlay.png) no-repeat;
	cursor:pointer;
	clear:both;
	z-index:99;
}

* html .overlay {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.contentabc.com/ads/pop_planetsuzy468x80_100222/images/overlay.png', sizingMethod='crop');
}
