html,
body,
div {
  margin: 0;
  border: 0;
  padding: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

#banner {
  margin: 0;
  border: 0;
  padding: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  top: 0px;
  left: 0px;
  width:300px;
  height:250px;
  background-color: #b10000;
  border: 1px solid #000000;
  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: 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;
}


#content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: #b10000;
  overflow: hidden;
  opacity:1;
}

#exit {
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height: 100%;
  background-color:#000000;
  cursor: pointer;
  overflow: hidden;
  opacity: 0;
    z-index:1000;
}


.ac {
    position:absolute;
	visibility: hidden;
}

#fader {
    background:#b10000;
    position: absolute;
	top:0px;
	left:0;
    width:300px;
    height:250px;
    z-index:100;
	visibility:visible;
}


#moviewrapper {
    position: absolute;
	top:0px;
	left:0px;
	z-index:1;
    width:300px;
    height:250px;
    background:#b10000;
}

#keyart {
    position: absolute;
	top:-1px;
	left:-1px;
    width:300px;
    height:500px;
    background:transparent;
    z-index:100002;
    pointer-events: none;
}

#keyartintro {
    position: absolute;
	top:-1px;
	left:-1px;
	z-index:2;
    width:400px;
    height:350px;
    background:transparent;
    pointer-events: none;
}

#tx, #copyright {
    position: absolute;
	top:-1px;
	left:-1px;
	z-index:2;
    width:300px;
    height:250px;
    z-index:100003;
    pointer-events: none;
}

#movielogo {
    position: absolute;
	top:-1px;
	left:-1px;
	z-index:2;
    width:300px;
    height:250px;
    z-index:100003;
    pointer-events: none;
}

#text {
    position: absolute;
	top:-1px;
	left:-1px;
	z-index:2;
    width:300px;
    height:250px;
    z-index:100003;
    pointer-events: none;
}

#skylogointro {
    position: absolute;
	top:0px;
	left:0px;
	z-index:5;
    width:300px;
    height:250px;
    pointer-events: none;
}

#skylogo {
    position: absolute;
	top:0px;
	left:0px;
	z-index:5;
    width:300px;
    height:250px;
    pointer-events: none;
    z-index:100003;
    pointer-events: none;
}

#intro {
    position: absolute;
	top:0px;
	left:0px;
	z-index:5;
    width:300px;
    height:80px;
    pointer-events: none;
    overflow:hidden;
    pointer-events: none;
}

#talent {
    position: absolute;
	top:0px;
	left:0px;
	z-index:5;
    width:300px;
    height:250px;
    pointer-events: none;
}

#bg {
    position: absolute;
	top:0px;
	left:0px;
	z-index:1;
    width:300px;
    height:250px;
    pointer-events: none;
}

#bg2 {
    position: absolute;
	top:0px;
	left:0px;
    z-index:100003;
    width:300px;
    height:250px;
    pointer-events: none;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

#overlay {
    position: absolute;
	top:0px;
	left:0px;
    width:300px;
    height:500px;
    z-index:1000005;
    pointer-events: none;
}


