﻿html,body{margin: 0;padding:0;height:100%; background-color:#cccccc}

body
{
	background-image: url(img/sfumatura.gif);
	background-repeat: repeat-x;
	background-attachment:scroll;
	background-color:silver;	
}
div#container
{
	position:relative;
	height: 100%;
	margin: 0 auto auto auto;
	text-align: left;
	width:1000px; 
	background-color:#ffffff;
	 background-image:url(img/136.jpg);
}

body>div#container{height:auto;min-height:100%;
	border-right:solid 3px gray;}
div#content
{
	padding:0 0 2.5em;  /* Increase if footer height increases !!!*/
	margin-left:0px; 
	width:870px; 
	clear:both; 
	height:1px; 
	display:block; 
	position: relative;
	
} 
div#LargeImage{padding:0 0 0}
div#footer
{
	position: absolute;
	bottom:0; 
	clear:right; 
	left:0px; right:auto; 
	margin-left:auto;margin-right:auto;width: 1000px;  
	margin-top: 2.5em; *margin-top: 3.0em ; text-align:center; 
	padding-bottom:0.5em; *padding-bottom:0.5em; *margin-bottom:0em; 
	font-family: HelveticaNeueLT Std, Arial; font-size:small;
	background-image:url(img/footer.gif); background-repeat:repeat-x; 
	color:black;
	border-bottom:solid 2px gray; 
	
}

