@charset "utf-8";
/* CSS Document */

body{ 
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		color:#FFF;
		background-color:#000;
		text-align:center;
		line-height:18px;
		margin-top:0px;
		background-image:url(../images/SfondoBody.jpg);
		background-repeat:repeat-x;
	}

a:link{color:#F00; text-decoration:none;}
a:visited{color:#F00; text-decoration:none;}
a:hover{color:#F00; text-decoration:underline;}

#main{
	width:950px;
	text-align:center;
	float:inherit;
	margin:auto;
	}

#top{
		background-image:url(../images/SfondoTop.jpg);
		background-repeat:no-repeat;
		width:950px;
		min-width:950px;
		height:447px;
		min-height:447px;
		float:left;
	}
	
#content{
	border-left:2px solid #A2A2A2;
	border-right:2px solid #A2A2A2;
	height:auto;
	margin-left:32px;
	margin-right:32px;
	float:left;
	width:862px;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
	}	
#contentie6{
	border-left:2px solid #A2A2A2;
	border-right:2px solid #A2A2A2;
	height:auto;
	margin-left:16px;
	margin-right:32px;
	float:left;
	width:862px;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
	}		

#paragrafo {
		width:800px;
		min-width:800px;
		text-align:left;
		padding-top:35px;
		padding-bottom:35px;
		margin:auto;
	}

#bottom{
		width:950px;
		min-width:950px;
		height:200px;
		min-height:200px;
		float:left;
		background-image:url(../images/SfondoBottom.jpg);
		height:200px;
		width:950px;
		min-height:200px;
		min-width:950px;
	}
.text_inizio {
	font-size:11px;
	}	

