@charset "UTF-8";
/* CSS Document */

body {
    margin: 0px;
}

#container_dc {
    display: block;
    border: rgb(145, 153, 153) 1px solid;
    width: 298px;
    height: 598px;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow:hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: auto;
    background:#ffffff;
    cursor: pointer;
}

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

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

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

#myVideo {
    position:absolute;
	z-index:1;
    width:300px;
    height:330px;
	top:75px;
	left:0;
}

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

#text1, #text2, #endtext1, #endtext2 {
    position:absolute;
	top:0px;
	left:0px;
	z-index:20;
    width:300px;
    height:600px;
}

#cta {
    position: absolute;
    visibility: hidden;
    top: 540px;
    left: 83px;
    width: 136px;
    height: 26px;
    z-index: 501;
}

#whitepanel {
    position:absolute;
	top:0;
	left:0;
	z-index:15;
    width:300px;
    height:600px;
    background:#fff;
}