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

.center {
	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;
    /*box-sizing: Border-box*/
}

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

[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, #cta_over {
	border-radius: 5px;
	left: 586px;
	top: 45px;
	width: 108px;
	height: 24px;
}

#legal {
	left:669px;
	top:81px;
	width:55px;
	height:6px;
	background-image:url(../img/legal.png);
}

#logo {
	left:1172px;
	top:42px;
	width:217px;
	height:35px;
	background-image:url(../img/logo.png);
}

#copy1a {
	left:44px;
	top:38px;
	width:555px;
	height:42px;
	background-image:url(../img/copy1a.png);
}

#copy1b {
	left:40px;
	top:246px;
	width:374px;
	height:56px;
	background-image:url(../img/copy1b.png);
}

#copy1c {
	left:44px;
	top:100px;
	width:957px;
	height:42px;
	background-image:url(../img/copy1c.png);
}

#copy1d {
	left:151px;
	top:321px;
	width:1056px;
	height:70px;
	background-image:url(../img/copy1d.png);
}

#copy1e {
	left:45px;
	top:499px;
	width:489px;
	height:55px;
	background-image:url(../img/copy1e.png);
}

#cta_copy {
	left:1198px;
	top:106px;
	width:164px;
	height:20px;
	background-image:url(../img/cta_copy.png);
}