body{
    margin:0px;
    background: url(../images/fondo_textura.jpg);
}
#animation_container{
    background-color:rgba(255, 255, 255, 0.00); 
	margin:auto;
	left:0;right:0;
	top:0;bottom:0;
    position:absolute;
    width:1366px; 
    height:768px
}

#_preload_div_ {
	position:absolute;
	margin:auto;
	left:0;right:0;
	top:0;bottom:0;
    display: inline-block; 
    height:640px; 
    width: 960px; 
    text-align: center;
}

#canvas{
    position: absolute; 
    display: block; 
    background-color:rgba(255, 255, 255, 0.00);
    width:1366px; 
    height:768px;
}

#dom_overlay_container{
    pointer-events:none; 
    overflow:hidden; 
    width:1366px; 
    height:768px; 
    position: absolute; 
    left: 0px; 
    top: 0px; 
    display: block;
}
