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:18.25px;
	height:18.25px;
	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:300px;
	height:250px;
	background-image:url(../img/bg.png);
}

#copy1a {
	left:37px;
	top:32px;
	width:361px;
	height:371px;
	background-image:url(../img/copy1a.png);
}

#copy2a {
	left:35px;
	top:30px;
	width:361px;
	height:99px;
	background-image:url(../img/copy2a.png);
}

#copy2b {
	left:34px;
	top:169px;
	width:364px;
	height:195px;
	background-image:url(../img/copy2b.png);
}

#copy2c {
	left:307px;
	top:453px;
	width:241px;
	height:21px;
	background-image:url(../img/copy2c.png);
}

#ef2 {
	left:80px;
	top:361px;
	width:444px;
	height:54px;
	background-image:url(../img/ef2.png);
}

#ef1 {
	left:159px;
	top:167px;
	width:281px;
	height:80px;
	background-image:url(../img/ef1.png);
}