@charset "iso-8859-1";

/* Struttura Footer */
#Footer_Content {
	padding-top: 5px;
}

/* Stile credits e footer */
.Footer_left {	
	font-size: 10px;
	color: #222;
	width: 400px;
	float: left;
}

.Footer_left a {
	text-decoration: underline; 
	color: #222;
}

.Footer_right {	
	font-size: 10px;
	color: #222;
	float: right;
	text-align: right;
}

.Footer_right a {
	text-decoration: underline; 
	color: #222;
}

.logo {
	background-image:url(../img_struct/logo_tm.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left:30px;
	text-decoration: none;
	display: block;
	height:25px;
	line-height: 25px;
}
