
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;
}

#white-bg{
	width: 300px;
	height: 250px;
	background-color: #f7f7f7;
}


#paper{
	/* drop shadow: offset-x | offset-y | blur-radius | spread-radius | color */
	-webkit-box-shadow: 4px 4px 10px 6px rgba(0,0,0,0.15);
	-moz-box-shadow: 4px 4px 10px 6px rgba(0,0,0,0.15);
	box-shadow: 4px 4px 10px 6px rgba(0,0,0,0.15);	
}

#paper img{
	display: block;/* removes white space caused by drop shadow */
}

.frame1DropShadow{
	position: absolute;
	
	/* drop shadow: offset-x | offset-y | blur-radius | spread-radius | color */
	-webkit-box-shadow: 4px 10px 15px 6px rgba(0,0,0,0.15);
	-moz-box-shadow: 4px 10px 15px 6px rgba(0,0,0,0.15);
	box-shadow: 4px 10px 15px 6px rgba(0,0,0,0.15);	
	
}

.frame1NoDropShadow{
	position: absolute;
	
	/* drop shadow: offset-x | offset-y | blur-radius | spread-radius | color */
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);	
	
}

.frame1DropShadow img{
	display: block;
}

.frame1NoDropShadow img{
	display: block;
}





/* texts */
#text-perfect-packaging{
	width: 247px;
	height: 14px;
}

#text-begins-with{
	width: 281px;
	height: 13px;
}




/* end frame */

#logo-epson{
	width: 81px;
	height: 27px;
}

#cta{
	width: 82px;
	height: 12px;
}

#text-end-title{
	width: 210px;
	height: 40px;
}

#text-end-sub-1{
	width: 105px;
	height: 18px;
}

#text-end-sub-2{
	width: 116px;
	height: 18px;
}

#text-end-sub-3{
	width: 122px;
	height: 18px;
}







