*{
    margin: 0;
    padding: 0;
    border: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none; 
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
    cursor: pointer;
    text-rendering: optimizeSpeed !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
}

#container{
    position: absolute;
    top: 0;
    left: 0;
    width: 728px;
    height: 90px;
    font-family: Arial;
    overflow: hidden;
    cursor: pointer;
}

#content{
    display: none;
}

#image {
    position: absolute;
    top: 0;
    left: 0;
    width: 728px;
    height: 90px;
}

#bgExit {
    position: absolute;
    top: 0;
    left: 0;
    width: 728px;
    height: 90px;
	background: #00F;	
	opacity: 0;
}

#disclaimer_cta {
	background: #00F;
	position: absolute;
	width: 142px;
	height: 25px;
	bottom: 0;
	right: 0;
	opacity: 0;
}

#cta {
	background: #00F;
	position: absolute;
	width: 110px;
	height: 40px;
	bottom: 0;
	right: 142px;
	opacity: 0;
}

#disclaimer_box {
	position: absolute;
	top: 0;
	left: 0;
	width: 728px;
	height: 90px;
	background: #000;
	color: #FFF;
	display: none;
}

#disclaimer_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 728px;
	height: 90px;
	background: #000;
	opacity: 0;
}

#disclaimer_copy {
	display: inline-block;
	position: absolute;
	top: 10px;
	left: 0;
	width: 680px;
	height: auto;
	color: #FFF;
	margin: 10px;
	font-size: 11px;
	font-family: Arial;
}

#disclaimer_close {
	border: #FFF solid 1px;
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 16px;
	color: #FFF;
	margin-top: 3px;
	margin-right: 5px;
	font-size: 13px;
	text-align: center;
	line-height: 16px;
}