@charset "utf-8";
/* CSS Document */


body {
	background-color: #F4F0DA;
	font-family: Arial, Helvetica, sans-serif;
}

#Site {
	width: 968px;
	margin: 30px auto 0;
}

#Promo {
	border: 2px solid #000000;
}

#Footer {
	clear: left;
	width: 958px;
	padding: 4px;
	
	font-size: 10px;
}

#Footer #Piva{
	float: left;
}

#Footer #Info{
	float: right;
}

#Footer #Info a{
	font-style: italic;
	color: #000000;
	text-decoration: none;
}

#Footer #InfoGroup {
	font-size: 13px;
}

#Footer #Links {
	clear: both;
	font-size: 11px;
	line-height:14px;
	padding-bottom:5px;
}

#Footer #Links a{
	color: #000000;
	text-decoration: none;
}

#Footer #Links a:hover{
	color: #ff0000;
	text-decoration: none;
}