* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

body,
html {
    width: 300px;
    height: 600px;
    overflow: hidden
}

body {
    position: relative;
    margin: 0;
    padding: 0
}

img {
    border: 0
}

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

#outer_wrapper {
    border: 1px solid #ccc;
    position: absolute;
    top: 0;
    left: 0;
    width: 298px;
    height: 598px;
    overflow: hidden
}


.retina {
    position: absolute;
    width: 300px;
    height: 600px;
    top: -1px;
    left: -1px;
    -moz-transform: rotate3d(1, 1, 1, .01deg)
}

.fades {
    opacity: 0
}

.absolute {
    position: absolute;
    width: 300px;
    height: 600px;
    top: 0;
    left: 0
}

#copy01{
    opacity: 1;
    width: 300px;
    height: 600px;
    /*background: url(images/copy01.png) no-repeat 0px 0px;*/
}


#copy_container{
    width: 300px;
    height: 250px;
    overflow: hidden;
    top: 130px;
   /*border: black 1px solid;*/
}

#copy02{
    opacity: 0
}

