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

/*chrome retina crisp additional css*/
.crisp {
	image-rendering: -webkit-optimize-contrast;
}

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

#productB {
	left:1157px;
	top:0px;
	width:195px;
	height:180px;
	background-image:url(../img/productB.png);
}

#productA {
	left:565px;
	top:28px;
	width:327px;
	height:327px;
	background-image:url(../img/productA.png);
}

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

#logo {
	left:641px;
	top:14px;
	width:176px;
	height:150px;
	background-image:url(../img/logo.png);
}

#star {
	left:1099px;
	top:40px;
	width:153px;
	height:149px;
	background-image:url(../img/star.png);
}

#copy {
	left:236px;
	top:25px;
	width:589px;
	height:131px;
	background-image:url(../img/copy.png);
}

#cta {
	left:830px;
	top:66px;
	width:222px;
	height:55px;
	background-image:url(../img/cta.png);
}

#logo_sit {
	left:60px;
	top:29px;
	width:141px;
	height:120px;
	background-image:url(../img/logo_sit.png);
}