@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:294px;
	height:244px;
	border:3px solid #b68c2d !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: #2f373b;
	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;
}

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

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

: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:#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:#2f373b;
    pointer-events: none;
}

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

#logo, #text1, #text2, #award1a, #award1b, #award2a, #award2b, #award3a, #award3b, #skylogo, #number {
    position: absolute;
	top:-4px;
    left:-4px;
	z-index:10;
    width:300px;
    height:250px;
	visibility: hidden;
    pointer-events: none;
}

/* IF 7 WINS 
#text2 {
    left:-6px;
}

#number {
    left:4px;
}
IF 7 WINS */ 

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

#snow1, #snow2 {
    position: absolute;
	top:-1px;
	left:-1px;
	z-index:0;
    width:1200px;
    height:1200px;
}