@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	color: #000;
	background: url(img/bg.jpg) center top #fff;
	background-repeat:no-repeat;
	padding: 0;
	margin: 0;
	font-size: 10px;
}

#contmain {
	width: 779px;
	text-align: center;
	margin: auto;
}
#titolo{
	width: 779px;
	height:107px;
	background: url(img/titolo.jpg) repeat-y center;

}

#footer{
	font-size:9px;
	text-align:center;
	height:20px;
}


a:link, a:visited, a:active {
	color: #000;
	text-decoration:none;
}
a:hover {
	color: #000;
	text-decoration:underline;
}