@charset "utf-8";
/* CSS Document */

#main-content {
	text-align:center;
	display:table;
	background-image:url(../img/bgBase.jpg);
	background-position:center;
	background-repeat:repeat-y;
	margin-top:0px;
	width:100%;
	text-decoration:none
	}

#content{
	width:700px;
	text-align:left;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	margin-bottom:20px;
	text-decoration:none;
	}
	
#content a{
	text-decoration:none;
	}

.titolo{
	font-size:24px;
	font-weight:bold;
	line-height:25px;
	}

.titolino {	
	font-size:18px;
	font-weight:bold;
	line-height:25px;
	}	
