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

* { box-sizing: border-box }

#container {
	background-color:#f15d22;
	position:absolute;
	overflow:hidden;
	cursor: pointer;
}

a:any-link {
    text-decoration: none;
}

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

#efbg {
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color: #f15d22;
}

#box_container {
	left:1px;
	top:1px;
}

/*.box:after {
  padding-top:100%;
  content:"";
  display:block;
}*/

.box {
	width:27.36px;
	height:27.36px;
	background-color: #f15d22;
	position: relative;
}

#curtain {
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color: white;
	z-index: 100;
}

.overflowHidden{
	overflow:hidden;
}

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

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

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

#copy2a {
	left:51px;
	top:50px;
	width:407px;
	height:215px;
	background-image:url(../img/copy2a.png);
}

#copy2b {
	left:53px;
	top:307px;
	width:396px;
	height:353px;
	background-image:url(../img/copy2b.png);
}

#copy2c {
	left:243px;
	top:1132px;
	width:306px;
	height:26px;
	background-image:url(../img/copy2c.png);
}

#ef2 {
	left:81px;
	top:962px;
	width:441px;
	height:135px;
	background-image:url(../img/ef2.png);
}

#ef1 {
	left:72px;
	top:526px;
	width:459px;
	height:131px;
	background-image:url(../img/ef1.png);
}