body {
    margin: 0px; padding: 0px; background-color: transparent;
}

#content {
    position: absolute; top: 0px; left: 0px;
    background-color: white;
    overflow: hidden;
}

#main {
    position: absolute; top: 0px; left: 0px;
}

#clicktag {
    position: absolute; top: 0px; left: 0px;
}

#whiteout {
    position: absolute; top: 0px; left: 0px;
    background-color: black;
}





.image {
    transform: translate3d(0px, 0px, 0px) scale(1) rotate(0.01deg);
    position: absolute; top: 0px; left: 0px;
    width: auto; height: auto;
}





#animation_timeline {
    position: absolute; top: 0px; left: 0px;
    width: 0px; height: 0px; opacity: 0;
}




#animation {
    position: absolute; top: 180px; left: 0px;
    width: 300px; height: 420px;
    background-image: url("animation.png");
    opacity: 0;
}