body, html {
    height: 100%;

}

.bg {
    height: 100%;
    width: 100%;
    background: url(../anim/bg_anim.gif);
    background-position: center;
    transform-origin: 50% 50%;
    background-size: 20%;
    position: absolute;
}

