@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	background: #e2e1df;
}


.menu{ 
float:left;
	
	
}


	
.riga {
		width:100%;
		height:200px;
		background:#be281a;
		
	}

.corpo  {
	width: 990px;
	margin: 0 auto; 
	/*height:800px;*/
	} 

.contenuti {
			
		width:990px;
		height:700px;
		background:#cacaca;
		
		}	
		
.sx {width:100px; height:700px; background:#eeeeee; float:left;}

.centro {width:490px; height:700px; background:#fff; float:left;  }
.dx {width:400px; height:700px; background:#eeeeee; float:right;  }
.piede {background:#676464; height:80px; }

.piede p {font-size:9px; color:#fff}
.piede a {color:#000;  }

.rosso A:link {text-decoration: none; color:#be281a;}
.rosso A:visited {text-decoration: none; color:#be281a;}
.rosso A:active {text-decoration: none; color:#be281a;}
.rosso A:hover {text-decoration: underline overline; color:#000;} 
