

/* Default style, feel free to remove if not needed. */
body, body * {
	vertical-align: baseline;
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
	
	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


/* Div layer for the entire banner. */
#container_dc {
	position: absolute;
	width: 726px;
	height: 88px;
	border:1px solid #1f1f1f;
	top: 0px;
	left: 0px;
	margin: auto;
	/*change overflow to none*/
	overflow:hidden;
}

#content_dc {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: #20479e;
	z-index: 100;
}

#frame1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
#copy1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url(copy1.png);
	background-repeat:no-repeat;
}
#img1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url(img1.jpg);
	background-repeat:no-repeat;
}

#frame2 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
#copy2 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url(copy2.png);
	background-repeat:no-repeat;
}
#img2 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url(img2.jpg);
	background-repeat:no-repeat;
}


#frame3 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
#copy3 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url(copy3.png);
	background-repeat:no-repeat;
}
#copy4 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url(copy4.png);
	background-repeat:no-repeat;
}
#img3 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url(img3.jpg);
	background-repeat:no-repeat;
}

#cta{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url(cta.png);
	background-repeat:no-repeat;
}

#logo{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url(logo.png);
	background-repeat:no-repeat;
}
#bgFade {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 9994;
	background-color: white;
}

/* Invisible button for background clickthrough. */
#bgExit {
	position: absolute;
	width: 728px;
	height: 90px;
	top: 0px;
	left: 0px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	background-color:none;
	z-index: 400;
}


:focus {outline:none;}
::-moz-focus-inner {border:0;}

