body{font: 76% Arial, Helvetica, sans-serif;color: #FFF;
	margin:20px 20%; background-color:#eeeeee;background-image: url(Immagini/sfondi/b1.jpg);
	background-attachment: fixed; background-repeat: repeat-y; background-position:center;
	SCROLLBAR-BASE-COLOR: gray; margin: 0 auto;
	text-align: center; /*centra in IE 5.x */
	height:100%;
}
HTML,body{margin:0;padding:0;height: 100%;}

div#container{position: relative;  /*posiziona il footer in fondo alla pagina  */
		width: 83em; height: 100%;
		margin: auto auto;text-align: left;min-width: 500px;}
div#footer{
	position: absolute;bottom:0;width:100%;
	margin: 0;
	padding: 0.5em 0;
	width: 100%;
	background: #333;
	color: #FFF;
	text-align:center;
	font-size:12px;
	left: 37px;
	clear: both;
}
