body {margin:0px; padding:0px; background:#fff}
a, p, h1, span {font-family:sans-serif;}
#container {position:relative; margin:0px auto;overflow:hidden;width:300px;height:250px; border:1px solid #000}
.logo {margin:15px auto; width:150px; display:block;opacity:0}
.copy {margin:0px auto; text-align:center;opacity:0}
.cta {margin:100px auto; text-align:center; background:#000; color:#fff; max-width:150px; padding:5px;opacity:0}
.cta:hover {border:1px solid black; background:#fff; color:#000}
#clickThroughBtn {
	z-index:9999;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	cursor: pointer;
	color: #ccc;
	-moz-user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
	user-select: none
}

#clickThroughBtn:hover {
	color:#000;
}


#bg-exit {
    background-color: rgba(255,255,255,0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    cursor: pointer;
}