@charset "UTF-8";
/* CSS Document */

/* Default style, feel free to remove if not needed. */
body, body * {
	vertical-align: baseline;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	background-repeat:no-repeat;
}

/* Div layer for the entire banner. */
#container_dc {
	display:none;
	position: absolute;
	width: 640px;
	height: 480px;
	background-color: #FFFFFF;
	top: 0px;
	left: 0px;
	margin: auto;
	overflow:hidden;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border:1px solid #000000;
}

#content_dc {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: #515254;
}

/* Invisible button for background clickthrough. */
#bgExitButton
{
	position: absolute;
	visibility:visible;
	position:absolute;
	left:0px;
	top:0px;
	width:640px;
	height:480px;
	cursor:pointer;
	background-color: #000;
	opacity: 0;
}

#bgAnim
{
	position:absolute;
	left:0px;
	top:0px;
	width: 640px;
	height:480px;
}

#text5a, #text5b
{
	position:absolute;
}

#ctaBox
{
	position:absolute;
	left: 124px;
	top: 220px;
	width:391px;
	height:66px;
	overflow: hidden;
	box-shadow: 0 0 2.5px 0px rgba(0,0,0,.5);
}

#cta
{
	position:absolute;
	left: 0px;
	top: 0px;
}

#ctaSheen
{
	position:absolute;
	opacity: .5;
	left:-155px;
	top:0px;
}

