
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: 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;
    background-color: #ffffff;
	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;
}

#bg{
	width: 300px;
	height: 250px;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4f4e4f+0,131313+100 */
	background: rgb(79,78,79); /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  rgba(79,78,79,1) 0%, rgba(19,19,19,1) 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(79,78,79,1) 0%,rgba(19,19,19,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center,  rgba(79,78,79,1) 0%,rgba(19,19,19,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f4e4f', endColorstr='#131313',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


