@charset "utf-8";
/* CSS Document */

body {
	font-size: 		12px;
	font-family: 	Arial, Helvetica, sans-serif;
	background:		#FFF
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #838383;
	}
	
a:link {
		text-decoration: none;
	}
a:visited {
		text-decoration: none;
		color: #333;
	}
a:hover {
		text-decoration: underline;
		color: #ff0000;
	}
a:active {
		text-decoration: none;
		color:			#ff0000;
		}

#logo {
	margin: auto;
	width:			290px;
	height:			238px;
	background:		url('../img/andreacatalani.jpg') no-repeat;
	margin-top:		50px;
}

#testo {
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	color: #999;
	letter-spacing: 1px;
}

#footer {
	margin: auto;
	color: #999;
	letter-spacing: 1px;
}