html, body{
    margin: 0;
    padding: 0;
}
html{
    height: 100%;
    width: 100%;
    background: #000;    
}
#anim_wrapper{
    display: block;
    width: 1200px;
    height: 650px;
    margin-left: auto;
    margin-right: auto;
}