@charset "ISO-8859-1";
/* CSS Document */


/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {
	margin:0;
	padding:0;
} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #wrap {
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:justify;
	line-height: 19px;
}

body > #wrap {
	height: auto;
	min-height: 100%;
}

#main {
	padding-bottom: 50px;
	margin: 0px 40px 0px 40px;
}  /* must be same height as the footer */

#footer {
	position: relative;
	margin-top: -50px; /* negative value of footer height */
	height: 50px;
	clear:both;
	text-align:center;
} 

/* CLEAR FIX*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */


a:link,a:visited {
	text-decoration:none;
	color: #000000
}
a:active,a:hover {
	text-decoration:none; 
	color: #FFFFFF;	
	background:#666;
}
p {
	margin: 5px 0px 0px 0px;
	text-indent:20px;
}
h1 {
	font-size: 23px;
	line-height: 29px;
	font-weight:normal;
	margin:15px 0px 5px 0px;
}
#distanziatore{
	position:absolute;
	height:50%;
	top:50%;
	left: 50%;
}

#centrato{
	position:relative;
	height:70px;
	width: 300px;
	margin: -35px 0 0 -150px;
	text-align:center;
}
