/* CSS Document */
div#container{
				width: 980px;
				margin: 0 auto;
				text-align: left;
				
			 }
/*stili per il tipo di font di pagine*/
body {
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	text-align: center;
	line-height: 1.3;
	background-color:#111111;
	}

/*stili per il contenitore generale*/

div#header {
			width:980px;
			height: 230px;
			margin: auto auto;
			background-repeat: no-repeat;
			background-position: center center;
			}
div#flash{
			position:absolute;
			top:50%;
			left:50%;
			width:980px;
			height: 600px;
			margin-left:-490px;		
			margin-top:-300px;
			}

div#main {  
			position:absolute;
			width: 980px;
			background-color: #FFFFFF;
			height: 560px;
			margin-top: 0px;
			text-align: left;
			}

div#footer {  
			position: absolute;
			margin-top: 570px;
			width: 980px;
			background-color: #111111;
			height: 50px;
			text-align: center;
			color: #FFFFFF;

			}
.titolo{
			font-size: 18px;
			text-align: center;
			font-family: Verdana, Arial, Helvetica, sans-serif;
		  	}









                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      