/* CSS Document */

html {
	scrollbar-base-color:#000000;
    scrollbar-track-color:#000000;
    scrollbar-arrow-color:#576065;
}

body {
  background-color: #000000;
}

#header
{
	width: 850px;
    background-color: #000000;
	border: 0px;
    padding: 0px;
	margin-top: 10px;
	}

#content {	
	width:850px;
	color: #d8c396;
	font-size: small;
	font-family:Tahoma, Arial, sans-serif;
	background-image: url(../immagini/natale_centro.jpg);
	background-repeat:repeat-y;
	text-align:justify;
	border: 0px;
	voice-family: "\";

}\"";
	voice-family:inherit;
	width: 850px;
	background-position: left;
	}
	
html>body #content {
	width: 850px;
	}

#footer {
	width: 850px;
	height: 53px;
	background-color: #000000;
    background-image:  url(../immagini/natale_footer.jpg);
	background-repeat: no-repeat;
	border: 0px;
	font:11px/20px verdana, arial, helvetica, sans-serif;
	color: #E0E2F7;
	padding: 0;
}




