@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 #000 !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:250px;
	top: 0px;
	left: 0px;
}

#content_dc {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: #1a201f;
	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;
	background-color: aqua;
	opacity: 0;
	z-index: 1299;
}

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


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

.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:#1a201f;
    pointer-events: none;
}

#bg {
    visibility:visible;
    position: absolute;
	top:0px;
	left:0px;
	z-index:1;
    width:1000px;
    height:833px;
    pointer-events: none;
}

#gradbottom, #gradtop {
    visibility:visible;
    position: absolute;
	top:0px;
	left:0px;
	z-index:99;
    width:300px;
    height:600px;
    pointer-events: none;
}

#gradtop {
	z-index:2;
}

#char1, #char2, #char3, #char4, #charblur1a, #charblur2a, #charblur3a, #charblur4a, #charblur1b, #charblur2b, #charblur3b, #charblur4b {
    visibility:visible;
    position: absolute;
	top:0px;
	left:0px;
    width:300px;
    height:600px;
    pointer-events: none;
}

#char1 {
	z-index:3;
}

#char2 {
	z-index:4;
}

#char3 {
	z-index:5;
}

#char4 {
	z-index:6;
}

#charblur1a {
	z-index:7;
}

#charblur2a {
	z-index:8;
}

#charblur3a {
	z-index:9;
}

#charblur4a {
	z-index:10;
}

#charblur1b {
	z-index:8;
}

#charblur2b {
	z-index:9;
}

#charblur3b {
	z-index:10;
}

#charblur4b {
	z-index:11;
}

#logo, #skylogo, #tx {
    visibility:visible;
    position: absolute;
	top:0px;
	left:0px;
	z-index:100;
    width:300px;
    height:600px;
    pointer-events: none;
}

#spectrum {
    visibility:visible;
    position: absolute;
	top:0px;
	left:0px;
	z-index:100;
    width:300px;
    height:600px;
    pointer-events: none;
}

