@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: 298px;
	height: 248px;
	border:1px solid #555555;
	top: 0px;
	left: 0px;
	margin: auto;
    background-color:#f4f1ec;
    cursor:pointer;
}

#content_dc {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	/* background-color: #FFF; */
	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:1600;
}


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



#animationContent {
    position: absolute;
    width:100%;
    height:100%;
    z-index:10;
	overflow: hidden;
	top:0;
	left:0;
}


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

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

#text1, #text2, #logosm, #logobig, #newtag, #flare, #smallprint, #product {
    position:absolute;
	visibility: hidden;
	top:-1px;
	left:-1px;
	z-index:10;
    width:300px;
    height:250px;
}

#product {
	z-index:5;
    width:300px;
    height:250px;
}

#logobig {
	z-index:4;
    width:300px;
    height:250px;
}

#bg {
    position:absolute;
	top:0px;
	left:-100px;
	z-index:1;
}

#text2 {
	visibility:visible;
}

