html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
}

@-moz-document url-prefix() {
  body {
    font-weight: lighter !important;
  }
}

body{
	font-family: Asap, Arial, sans-serif;
	background-color: transparent;
	color: black;
	margin: 0px;

}

a.divlink {
	left: 0px;
	top: 0px;
	width: 728px;
	height: 90px;
	position: absolute;
	cursor: pointer;
}

.adSize{
	width: 728px;
	height: 90px;
	position: absolute;
}


#click_tag{
	position:absolute;
	width: 100%;
	height: 100%;
	left: 0px; 
	top: 0px;
}
#banner {
	overflow: hidden;
}
#border{
	position:absolute;	
    border: solid 1px #000000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    pointer-events: none;
}

/* code your css here */
/* common class for every element */
.pa {
	position: absolute;
	top: 0;
	left: 0;
	width: 728px;
	height: 90px;
}
/* image 1 */
#prod1 {
	background: url("../images/prod1.jpg") no-repeat;
}
/* image 2 */
#prod2 {
	background: url("../images/prod2.jpg") no-repeat;
}
/* image 3 */
#prod3 {
	background: url("../images/prod3.jpg") no-repeat;
}
/* image 4 */
#prod4 {
	background: url("../images/prod4.jpg") no-repeat;
}
