﻿	html, body {
		margin:0;
		padding:0;
		height:100%;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 90%;
	}
		
	#container
	{
		min-height:100%;
		position:relative;
		color: #333333;
	}
	
	/*#container a
	{
		text-decoration: underline;
		color: #666666;
	}
	
	#container a:hover
	{
		text-decoration: underline;
		color: #CC0000;
	}*/
		
	#body
	{
		padding-bottom: 80px;	/* Height of the footer */
	}
	
	/* Stili del footer */
	#footer 
	{
		position:absolute;
		border-top: solid 3px #CC0000;
		bottom:0;
		width:100%;
		height:80px;			/* Height of the footer */
		background:#333;
	}
	
	#footer .boxSx
	{
		font-size: 80%;
		color:#EEE;
		float: left;
		margin-right: 50px;
	}
	
	#footer .boxDx
	{
		font-size: 80%;
		color:#EEE;
		float: right;
		margin-right: 2px;
	}
	
	#footer a
	{
		color:#EEE;
		text-decoration: none;		
	}
	
	#footer a:hover
	{
		color:#EEE;
		text-decoration: underline;	
	}	
	
	/* classe che rende fissa la larghezza del div */
	.fixed {
	   margin: 0 auto;
	   width: 950px;   /* you can use px, em or % */
	   text-align: left;
	   /*border: solid 1px #000;*/
	}	