@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:300px;
	height: 250px;
	border:1px solid #000000;
	top: 0px;
	left: 0px;
	margin: auto;
}

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

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


: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;
}

#animationContent {
    position: absolute;
    width:300px;
    height:250px;
    z-index: 550;
	overflow: hidden;
    background:#000000;
}

.ac {
    position:absolute;
	visibility: hidden;
	top:-1px;
	left:-1px;
}

#fader {
    position: absolute;
	top:-1px;
	left:-1px;
	z-index:600;
    width:300px;
    height:250px;
    background:#fcca0c;
}


#bg {
    position: absolute;
	top:-1px;
	left:-1px;
	z-index:1;
    width:300px;
    height:250px;
}

#talent1 {
    position: absolute;
	top:-1px;
	left:-1px;
	z-index:4;
    width:500px;
    height:250px;
}

#talent2 {
    position: absolute;
	top:-1px;
	left:-1px;
	z-index:3;
    width:500px;
    height:250px;
}

#talent3 {
    position: absolute;
	top:-1px;
	left:-1px;
	z-index:2;
    width:500px;
    height:250px;
}

#logo {
    position: absolute;
	top:-1px;
	left:-1px;
	z-index:10;
    width:300px;
    height:250px;
}

#tt {
    position: absolute;
	top:-1px;
	left:-1px;
	z-index:5;
    width:300px;
    height:250px;
}

#tx {
    position: absolute;
	top:-1px;
	left:-1px;
	z-index:5;
    width:300px;
    height:250px;
}

#cta {
    position: absolute;
	top:-1px;
	left:-1px;
	z-index:13;
    width:300px;
    height:250px;
}

#CTAGlint {
    position: absolute;
    top: 198px;
    left: 99px;
    width: 101px;
    border-radius: 2px;
    z-index: 580;
    overflow: hidden;
}

#ctaGlinter {
    left:-50px;
    top:-1px;
}

#ctaGlinter, #CTAGlint {
	height:25px;
}

#ctaMask {
	top:-1px;
	left:-1px;
}