/* 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: Arial, Helvetica, Verdana; 
	font-size: 12px; 
	color:#000000;
	background-color: #f5f5f5;
	background-image:url(/include/mod/layout1/images/bk.gif);
	background-repeat:repeat-x;;
	margin:0px;
	padding:0px;
	
	overflow:auto;
	
	width:979px;
	margin-left:auto;
	margin-right:auto;
}