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

* { box-sizing: Border-box }

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

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

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

.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;
}

.half {
	background-size: contain;
}

[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;
}

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

#cta {
	left:99px;
	top:1026px;
	width:402px;
	height:92px;
	background-image:url(../img/cta.png);
}

#cta_over {
	left:99px;
	top:1026px;
	width:402px;
	height:92px;
	background-image:url(../img/cta_over.png);
}

#cover {
	left:0;
	bottom:0;
	width:100%;
	background-color:#241056;
}

#legal {
	left:434px;
	top:1174px;
	width:154px;
	height:13px;
	background-image:url(../img/legal.png);
}

#logo {
	left:100px;
	top:928px;
	width:413px;
	height:57px;
	background-image:url(../img/logo.png);
}

#copy1a {
	left:175px;
	top:265px;
	width:262px;
	height:137px;
	background-image:url(../img/copy1a.png);
}

#copy1b {
	left:128px;
	top:435px;
	width:350px;
	height:214px;
	background-image:url(../img/copy1b.png);
}

#copy2 {
	left:39px;
	top:434px;
	width:525px;
	height:43px;
	background-image:url(../img/copy2.png);
}

#copy3 {
	left:157px;
	top:588px;
	width:291px;
	height:37px;
	background-image:url(../img/copy3.png);
}

#copy4 {
	left:253px;
	top:591px;
	width:101px;
	height:36px;
	background-image:url(../img/copy4.png);
}

#copy5 {
	left:96px;
	top:588px;
	width:411px;
	height:37px;
	background-image:url(../img/copy5.png);
}

#copy_ef1 {
	left:40px;
	top:249px;
	width:526px;
	height:268px;
	background-image:url(../img/copy_ef1.png);
}

#copy_ef2 {
	left:69px;
	top:590px;
	width:463px;
	height:89px;
	background-image:url(../img/copy_ef2.png);
}

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

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

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