body {     margin: 0;
            padding: 0;
			height: 100%;
			overflow: hidden;
			touch-action: none;
			-ms-touch-action: none;}
html {
	height: 100%;
    overflow: hidden;
	touch-action: none; -ms-touch-action: none;
}
	#canvas{
		background:url('//www.dariagames.com/html5/images/preloader-daria.jpg'); background-size:contain;
		touch-action-delay: none; touch-action: none; -ms-touch-action: none;
	}

        #preload {  
            position: absolute;  
            background-color: #eb8398;  
            top: 500px;  
            left: 150px;  
            width: 500px;  
            height: 20px;  
            border: 0;  
            padding: 0;
            border-radius:20px;
            border: 2px solid #a10161;
            overflow:hidden;
        }  

        #preloadFill {  
            position: absolute;  
            background: #F09 linear-gradient(0deg, rgba(137,13,177,1) 0%, rgba(252,70,107,1) 100%);  
            height: 30px;  
            width: 0;  
        }  
