/* CSS Document */
body {
	margin: 0;	
	padding-bottom: 113px; /* quanto il body è staccato dal footer */
	background-color: #FFFFFF; /* colore sfondo body */
}
#footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 113px;
	background-color: #FFFFFF; /* colore sfondo footer */
	border-top: 2px solid black; /* bordo footer */
}
body>#footer {
	position: fixed;
}