#background_exit_dc {
    position: absolute;
    width: 728px;
    height: 90px;
    top: 0px;
    left: 0px;
    cursor: pointer;
	background: #fff;
    z-index: 100;
}

#outer_wrapper {
    border: 1px solid #000;
    position: absolute;
	top: 0px;
    left: 0px;
    /* width: 596px;
    height: 1196px; */
    width: 726px;
    height: 88px;
    overflow: hidden;

    /* transform: scale(0.5) */
}

#logo{
	z-index: 200;
	/* opacity: 0; */
}

.retina{
	position: absolute;
	width: 728px;
	height: 90px;
	top: 0px;
	left:0px;
}

.retina_copy02 {
    width: 828px;
    height: 190px;
    top: -50px;
    left: -50px;
}

.fades{
    opacity: 0;
}

.container {
    height: 631px;
    position: relative;
    width: 1024px;
    z-index: 1;
}

.grey_circle {
    top: 0;
    left: 0;
    position: absolute;
    width: 80px;
    height: 80px;
    background: grey;
}

#canvas-wrap {
    position: absolute;
    top: 0;
    border: 0;
}

#canvas_background {
    position: absolute;
    transform: translate(-50px, -50px);
    -webkit-transform: rotate(-50px, -50px); /* Safari & Chrome */
    -moz-transform: rotate(-50px, -50px); /* Firefox */
    -ms-transform: rotate(-50px, -50px); /* Internet Explorer */
    -o-transform: rotate(-50px, -50px); /* Opera */
}

#obj {
    position: absolute;
    z-index: 2;
    border: 0;

    transform: translate(-50px, -50px);
    -webkit-transform: rotate(-50px, -50px); /* Safari & Chrome */
    -moz-transform: rotate(-50px, -50px); /* Firefox */
    -ms-transform: rotate(-50px, -50px); /* Internet Explorer */
    -o-transform: rotate(-50px, -50px); /* Opera */
}

#overlay{
    position: absolute;
    width: 85px;
    height: 85px;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    /* background: black; */
    z-index: 100000;

    transform: translate(-50px, -50px);
    -webkit-transform: rotate(-50px, -50px); /* Safari & Chrome */
    -moz-transform: rotate(-50px, -50px); /* Firefox */
    -ms-transform: rotate(-50px, -50px); /* Internet Explorer */
    -o-transform: rotate(-50px, -50px); /* Opera */
}


#reference {
    z-index: 100;
}
