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

body {
    background:#ffffff;
}

#container_dc {
	position: absolute;
	width: 298px;
	height: 598px;
	border:1px solid #000000 !important;
    border:0;
	top: 0px;
	left: 0px;
	margin: auto;
    /* background:#000000; */
    /* EDIT #animationContent to set bg colour */
    overflow: hidden;
}

#placeholder {
	position: absolute;
	width:300px;
	height:600px;
	top: 0px;
	left: 0px;
}

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

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

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


#animationContent {
    position: absolute;
    width:100%;
    height:100%;
    z-index: 550;
	overflow: hidden;
    background:transparent;
}

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

#fader {
    visibility:visible;
    position: absolute;
	top:0px;
	left:0px;
	z-index:1500;
    width:100%;
    height:100%;
    background:#e3dbb4;
    pointer-events: none;
}

#bg {
    position: absolute;
	top:-1px;
	left:-1px;
    width:300px;
    height:600px;
    pointer-events: none;
	z-index:1;
}

#tx, #tt, #spectrum, #talent, #skylogo {
    position: absolute;
	top:-1px;
	left:-1px;
    width:300px;
    height:600px;
	z-index:8;
    pointer-events: none;
}

#talent {
	z-index:4;
}

#propbottle, #propknife, #propmartini, #propoxygen, #propshoe1, #propshoe2 {
    position: absolute;
	top:-1px;
	left:-1px;
    width:300px;
    height:600px;
	z-index:3;
    pointer-events: none;
}


#stripe1 {
    position: absolute;
    z-index:1;
    left:0;
    top:0px;
    width:300px;
    height:600px;
}

#stripe2 {
    position: absolute;
    z-index:2;
    left:0;
    top:0px;
    width:300px;
    height:600px;
}

#smoke2a, #smoke2b, #smoke2c {
    position: absolute;
    z-index:6;
    left:0;
    top:230px;
    width:561px;
    height:600px;
}
