
body {
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
}

#ad {
    display: block;
	background-color: #ffffff;
    border: rgb(0, 0, 0) 1px solid;
    overflow: hidden;
    width: 298px;
    height: 248px;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#banner {
    position: absolute;
    display: block;
    width: 298px;
    height: 248px;
    background-color: #ffffff;
	overflow: hidden;
	opacity: 0; /* set opacity here, we fade in, in js */
	visibility: hidden;
}

#clickthrough-button {
	position: absolute;
	width: 300px;
	height: 250px;
	border: none;
    cursor: pointer;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    user-select: none;
	opacity: 0;
}


/* banner elements */

.absolutePosition
{
	position: absolute;
}

/* to make images fill up parent div container */
img {
    display: block;
}

#frameEnd-cta-rule{
	width: 83px;
	height: 1px;
	background-color: #ffffff;
	border: 0;
	margin: 0;
}

/* chrome bug: line artifact */
.product{
	-webkit-backface-visibility: hidden;
}










