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

html, body , #rapetino{  

		background-image:url(rapetino.png);
		background-repeat:no-repeat;
		background-position: center;
		background-attachment: fixed;
		height:100%;  
        margin:0;
		overflow:hidden;
		overflow:auto;
		background-color:#000;
		
}  
