/* STRUTTURA */
html,body{
	margin: 0;
	padding:0;
	height:100%;
	background-color:#CCCCCC;
}
a:link, a:visited{
	text-decoration: none;
	color: #FF0000;
	font-weight: bold;
}
img {
	border: 0;
}
div#container{
	position:relative; 
	width: 760px; 
	height: 100%;
	margin: 0 auto;
    text-align: left;
	border-left: 2px solid #070f45;
	border-right: 2px solid #070f45;
	background-color:#FFFFFF;		
}
body>div#container{
	height: auto;
	min-height: 100%;
}
div#footer{
	position: absolute;
	bottom:0; 
	width: 760px;
	padding: 0.5em 0;
    background-color: #070f45;
	color: #000;
	text-align:center;
}
/* STILI LAYOUT */
body{
	font-family: arial,sans-serif;
	font-size: 76%;
	text-align: center;
}
div#header{
	background-color:#ffffff;
	color: #ff0;
}
div#navigation{
	background-color:#070f45;
}
div#content{
	text-align: left;
}
div#footer{
	color: #ffffff;
	background-color: #070f45;
	font-weight: bold;
}
div#footer a{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	font-size:10px;
}
#txt_footer{
	position: relative;
	top:10px;
	left: 10px;
	text-align: left;
}
#img_footer{
	position: relative;
	top:-10px;
	right: 5px;
	float:right;
	text-align: center;
}
.testo{
	text-align:justify;
}
.div_paragrafo {
	position: relative;
	margin: 30px;
}
.div_txtHome {
	position: absolute; 
	left: 120px; 
	top: 20px;
	width: 550px;
	text-align: justify;
}