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

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

#container_dc {
	position: absolute;
	width: 968px;
	height: 248px;
	border:1px solid #555555;
	top: 0px;
	left: 0px;
	margin: auto;
}

#content_dc {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
background:#000;
	z-index: 100;
	overflow: hidden;
}

/* Invisible button for background clickthrough. */
#background_exit_dc {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	cursor: pointer;
	opacity: 0;
	z-index: 500;
}


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

div {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}


.ac {
    position:absolute;
	visibility: hidden;
}

#fader {
    position: absolute;
	top:0px;
	left:0px;
	z-index:499;
    width:100%;
    height:100%;
    background:#000;
}

#bg {
    background:#000;
    position: absolute;
    width:970px;
    height:815px;
	top:0px;
	left:0px;
	z-index:1;
}

#payoffshot {
    background:#000;
    position: absolute;
    width:970px;
    height:250px;
	top:0px;
	left:0px;
	z-index:3;
}

#logo {
    position: absolute;
	top:0px;
	left:-2px;
	z-index:10;
    width:970px;
    height:250px;
}

#text {
    position: absolute;
	top:-2px;
	left:-2px;
	z-index:2;
    width:970px;
    height:250px;
}


#byline {
    position: absolute;
	top:-2px;
	left:-2px;
	z-index:10;
    width:970px;
    height:250px;
}

#cta {
    position: absolute;
    top:0px;
    left:0px;
    width:970px;
    height:250px;
    z-index:10;
}

#cta:hover {
    cursor:pointer;
}