/*
Name: 			theme.css
Written by: 	Fabio Giordano
Version: 		1.0.0
*/
/*html {
	direction: ltr;
	overflow-x: hidden;
	box-shadow: none !important;
}*/


body{
   background-image:url("../images/bg-sito.png");
   background-size:cover;
   background-repeat:no-repeat;
}
