html {
	leftmargin: 0;
	topmargin: 0;
	marginwidth: 0;
	marginheight: 0;
	scrollbar-darkshadow-color: black;
	scrollbar-face-color: white;
	scrollbar-highlight-color: white;
	scrollbar-shadow-color: white;
	scrollbar-3dlight-color: black;
	scrollbar-arrow-color: black;
	scrollbar-base-color: white;
}

body {
	width: 100%;
	padding: 0;
	z-index: 1;
}

.footer
{
	padding-left: 18px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

/*CSS RIGUARDANTI I DIV CON BOX*/
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2  
	{ 
	background: transparent url(imgCss/demobox.png) no-repeat bottom right; 
	} 
.cssbox { 
	width: 150px !important; /* intended total box width - padding-right(next) */ 
	width: 150px; /* IE Win = width - padding */ 
	padding-right: 15px; /* the gap on the right edge of the image (not content padding) */ 
	margin: 10px auto; /* use to position the box */ 
	} 
/* set the top-right image */ 
.cssbox_head 
	{ 
	background-position: top right; 
	margin-right: -15px; /* pull the right image over on top of border */ 
	padding-right: 40px; /* right-image-gap + right-inside padding */ 
	}
/* set the top-left image */ 
.cssbox_head h2 
	{
	background-position: top left; 
	margin: 0; /* reset main site styles*/ 
	border: 0; /* ditto */
	padding: 15px 0 5px 20px; /* padding-left = image gap + interior padding ... no padding-right */ 
	height: auto !important; 
	height: 1%; /* IE Holly Hack */ 
	
	text-align:justify;
	font-family: Trebuchet MS, Georgia, Arial, Helvetica;
	font-size: 11.5px;
	line-height: 18px;
	color: #ff0000;
	} 
/* set the lower-left corner image */ 
.cssbox_body { 
	background-position: bottom left; 
	margin-right: 25px; /* interior-padding right */ 
	padding: 0px 0px 20px 20px; /* mirror .cssbox_head right/left */ 
	text-align:justify;
	} 
/*FINE CSS RIGUARDANTI I DIV CON BOX*/