@charset "utf-8";

*{
	margin: 0;
	padding:0;
}

/* CSS Document */
body {
	margin: 0px;
	background-color: #c9c9c9;
	font-family: Arial, Helvetica, sans-serif;
}

.wrapper {
	width: 800px;
	height: 150px;
	margin: auto;
}

.bg_0 {
	width:800px;
	height:150px;
}

img {
	border: none;
}

.pics {
	width:260px;
	height:150px;
	float:left;
	overflow:hidden;
	left:5px;
	top:0px;
	margin-right: 5px;
}

.overlay {
	position:relative;
	overflow:hidden;
	top:-150px;
	width:800px;
	height:150px;
	background-image:url(http://static.contentabc.com/ads/rsp_pornbb800x150_100205a/images/overlay.png);
	background-repeat: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/rsp_pornbb800x150_100205a/images/overlay.png', sizingMethod='crop');
}
