/* 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, .bodyContainer {/*impostare anche in tiny con margin 15px e bgcolor FFFFFF*/
	font-family: Verdana, Arial, Helvetica; 
	font-size: 11px; 
	color:#000000;
	background-color: #f1e8d9;
	background-image:url(/include/mod/layout1/images/body_bk.jpg);
	background-repeat:repeat-x;
	background-position:50% 0%;
	margin:0px;
	padding:0px;
	
	/*width:916px;
	margin-left:auto;
	margin-right:auto;
	position:relative;*/
}