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;

}

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

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

#cta {
	left:20px;
	top:1027px;
	width:281px;
	height:65px;
	background-image:url(../img/cta.png);
}

#cta_over {
	left:20px;
	top:1027px;
	width:281px;
	height:65px;
	background-image:url(../img/cta_over.png);
}

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

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

#logo {
	left:20px;
	top:954px;
	width:289px;
	height:41px;
	background-image:url(../img/logo.png);
}

#copy1a {
	left:79px;
	top:357px;
	width:174px;
	height:89px;
	background-image:url(../img/copy1a.png);
}

#copy1b {
	left:44px;
	top:466px;
	width:237px;
	height:146px;
	background-image:url(../img/copy1b.png);
}

#copy2 {
	left:22px;
	top:463px;
	width:282px;
	height:74px;
	background-image:url(../img/copy2.png);
}

#copy3 {
	left:50px;
	top:606px;
	width:220px;
	height:27px;
	background-image:url(../img/copy3.png);
}

#copy4 {
	left:123px;
	top:606px;
	width:76px;
	height:27px;
	background-image:url(../img/copy4.png);
}

#copy5 {
	left:79px;
	top:606px;
	width:161px;
	height:67px;
	background-image:url(../img/copy5.png);
}

#copy_ef1 {
	left:20px;
	top:346px;
	width:286px;
	height:164px;
	background-image:url(../img/copy_ef1.png);
}

#copy_ef2 {
	left:69px;
	top:561px;
	width:182px;
	height:107px;
	background-image:url(../img/copy_ef2.png);
}

#bg {
	left:0px;
	top:0px;
	width:160px;
	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:320px;
	height:360px;
	background-image:url(../img/logobox.png);
}