body {
	padding: 0px; margin:0px;
	font-family: 'Open Sans', sans-serif;
}
a#myAdLink {
	display: inline-block;
}
a img
{
  border:none;
}
#myAdLink {
	display: inline-block;
	z-index:5;
	width:300px;
	height:250px;
	position:absolute;
	top:0;
	left:0;
}
#container {
	width: 298px;
	height: 248px;
	position: relative;
	overflow: hidden;
	background: #ffffff;
    //background:url(images/bckgrd.jpg) no-repeat 0px 0px;
	border:solid 1px #333;
}
#base {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
	width: 300px;
	height: 250px;
	background:url(images/bckgrd.png) no-repeat 0px 0px;
}
#coin1 {
	width: 27px;
	height: 27px;
	position: absolute;
	top: 136px;
	left: 252px;
	z-index:3;
	background: url(images/coin.png) no-repeat 0px 0px;
	}
#coin2 {
	width: 27px;
	height: 27px;
	position: absolute;
	top: 136px;
	left: 229px;
	z-index:3;
	background: url(images/coin.png) no-repeat 0px 0px;
	}
#coin3 {
	width: 27px;
	height: 27px;
	position: absolute;
	top: 136px;
	left: 215px;
	z-index:3;
	background: url(images/coin.png) no-repeat 0px 0px;
	}
#coin4 {
	width: 27px;
	height: 27px;
	position: absolute;
	top: 136px;
	left: 252px;
	z-index:3;
	background: url(images/coin.png) no-repeat 0px 0px;
	}
#coin5 {
	width: 27px;
	height: 27px;
	position: absolute;
	top: 136px;
	left: 229px;
	z-index:3;
	background: url(images/coin.png) no-repeat 0px 0px;
	}
#violator {
	width: 80px;
	height: 80px;
	position: absolute;
	top: 18px;
	left: 205px;
	z-index:5;
	background: url(images/violator.png) no-repeat 0px 0px;
	}
#pig {
	width: 94px;
	height: 65px;
	position: absolute;
	top: 118px;
	left: 199px;
	z-index:3;
	background: url(images/pig.png) no-repeat 0px 0px;
	}
#cta {
	width: 137px;
	height: 33px;
	position: absolute;
	top: 197px;
	left: 17px;
	z-index:3;
	background: url(images/btn.png) no-repeat 0px 0px;
	}
#hideMask {
   width: 137px;
	height: 33px;
	position: absolute;
	top: 197px;
	left: 17px;
    z-index: 600;
    overflow: hidden; 
}

#glimmer {
    position: relative;
    top:0;
    left: -100px;
	width: 137px;
	height: 33px;
	background: url(images/glimmer.png) no-repeat 0px 0px;
	 
}
#myAd {
	width: 300px;
	height: 250px;
	position: relative;
	overflow: hidden;
	opacity: 0;
}