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:1125px;
	top:92px;
	width:262px;
	height:61px;
	background-image:url(../img/cta.png);
}

#cta_over {
	left:1125px;
	top:92px;
	width:262px;
	height:61px;
	background-image:url(../img/cta_over.png);
}

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

#legal {
	left:1368px;
	top:168px;
	width:82px;
	height:7px;
	background-image:url(../img/legal.png);
}

#logo {
	left:1126px;
	top:28px;
	width:271px;
	height:39px;
	background-image:url(../img/logo.png);
}

#copy1a {
	left:57px;
	top:40px;
	width:204px;
	height:106px;
	background-image:url(../img/copy1a.png);
}

#copy1b {
	left:320px;
	top:41px;
	width:459px;
	height:105px;
	background-image:url(../img/copy1b.png);
}

#copy2 {
	left:319px;
	top:41px;
	width:529px;
	height:43px;
	background-image:url(../img/copy2.png);
}

#copy3 {
	left:320px;
	top:113px;
	width:244px;
	height:31px;
	background-image:url(../img/copy3.png);
}

#copy4 {
	left:320px;
	top:114px;
	width:85px;
	height:31px;
	background-image:url(../img/copy4.png);
}

#copy5 {
	left:319px;
	top:113px;
	width:344px;
	height:31px;
	background-image:url(../img/copy5.png);
}

#copy_ef1 {
	left:78px;
	top:22px;
	width:746px;
	height:143px;
	background-image:url(../img/copy_ef1.png);
}

#copy_ef2 {
	left:319px;
	top:118px;
	width:526px;
	height:27px;
	background-image:url(../img/copy_ef2.png);
}

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

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

#logobox {
	left:1056px;
	top:0px;
	width:400px;
	height:180px;
	background-image:url(../img/logobox.png);
}