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

#ad {
    display: block;
	background-color: #645b85;
    border: rgb(0, 0, 0) 1px solid;
    overflow: hidden;
    width: 298px;
    height: 598px;
    -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: 598px;
	overflow: hidden;
	opacity: 0; /* set opacity here, we fade in, in js */
	visibility: hidden;
}

#clickthrough-button {
	position: absolute;
	width: 300px;
	height: 600px;
	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;
}




/* texts */
#text-1{
	width: 203px;
	height: 15px;
}

#text-2{
	width: 179px;
	height: 15px;
}



/* end frame */

#text-the-new-surecolor{
	width: 268px;
	height: 15px;
}

#text-industrial-1{
	width: 132px;
	height: 27px;
}

#text-industrial-2{
	width: 125px;
	height: 44px;
}

#logo-epson{
	width: 95px;
	height: 30px;
}

#cta-1{
	width: 110px;
	height: 30px;
}

#cta-2{
	width: 121px;
	height: 30px;
}






