/* Impostare i CSS COMUNI a sito e a html editor (tiny) anche in /cms/css/tiny.css 
NOTA: i tag nei css metterli minuscoli*/
body {/*impostare anche in tiny con margin 15px e bgcolor FFFFFF*/
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 15px; 
	color:#454c54;
	/*background-color: #dddddd;
	background-repeat:repeat-x;
	background-image:url(/include/mod/layout1/images/bk.gif)*/
	background-image:url(/include/mod/layout1/images/sfondo.gif);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	
	/*width:1000px;
	margin-left:auto;
	margin-right:auto;*/
	width:100%;/*integrato margin auto in layout1*/
}