@charset "utf-8";
/* CSS Document */

body { 
background-image: url("sombra.png");
background-attachment: fixed;
background-position: 50% 50%;
background-repeat: no-repeat;
/*background-color: #cccccc;*/
}

div.movible { 
width:790px;
height:560px; 
position:absolute;
}