body { margin:0px 0px; padding:0px; }

* { box-sizing: Border-box }

#container {
	background-color:#241056;
	position:absolute;
	overflow:hidden;
	cursor: pointer;
}

.sprite {
	position:absolute;
	background-repeat:no-repeat;
}

.centerX {
	width:95vw;
    height:95vh;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.half {
	background-size: contain;
}

.retina_container {
	left:0px;
	top:0px;
	width:200%;
	height:200%;
    transform-style: preserve-3d;
    transform: matrix3d(0.5, 8.72665e-05, 0, 0, -8.72665e-05, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0.1, 0.9999);
    transform-origin: left top 0px;
}

#curtain {
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color: white;
	z-index:100;
}

[id^="border"] {
	z-index:99;
	background-color:#999999;
	height:100%;
	width:100%;
}

#border_top {
	top:0;
	left:0;
	height:1px;
}

#border_right {
	top:0;
	right:0;
	width:1px;
}

#border_bottom {
	bottom:0;
	left:0;
	height:1px;
}

#border_left {
	top:0;
	left:0;
	width:1px;
}

#logo_box {
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	background-color: white;
}

#cta_container  {
	left:0;
	top:0;
	width:100%;
	height:100%;
}

#cta, #cta_over {
	border-radius: 2px;
	left: 160px;
	top: 209px;
	width: 122px;
	height: 27px;
}

#cta_copy_Open {
	left:352px;
	top:436px;
	width:184px;
	height:21px;
	background-image:url(../img/cta_copy_Open.png);
}

#bg {
	left:0px;
	top:0px;
	width:980px;
	height:500px;
	background-image:url(../img/bg.png);
}

#copy1a {
	left:50px;
	top:64px;
	width:468px;
	height:46px;
	background-image:url(../img/copy1a.png);
}

#copy1b {
	left:50px;
	top:127px;
	width:461px;
	height:56px;
	background-image:url(../img/copy1b.png);
}

#copy1c {
	left:51px;
	top:189px;
	width:337px;
	height:46px;
	background-image:url(../img/copy1c.png);
}

#copy1d {
	left:41px;
	top:237px;
	width:337px;
	height:46px;
	background-image:url(../img/copy1d.png);
}

#legal {
	left:446px;
	top:486px;
	width:151px;
	height:11px;
	background-image:url(../img/legal.png);
}

#logo {
	left:34px;
	top:429px;
	width:257px;
	height:35px;
	background-image:url(../img/logo.png);
}

#copy_ef {
	left:0px;
	top:0px;
	width:600px;
	height:500px;
	background-image:url(../img/copy_ef.png);
}

#copy_ef_2 {
	left:0px;
	top:0px;
	width:600px;
	height:500px;
	background-image:url(../img/copy_ef_2.png);
}


