	html,body {
		text-align:center;
		margin: 0;
		padding: 0;
		font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
		color:#fff;
		width:100%;
		height:100%;
		background:#000;
		background:url(../images/background.jpg)  top center no-repeat;
		background-attachment:fixed;
	}
		
	#container {
		margin: 0 auto;
		text-align:left;
		width: 1010px;
		/*border-left: #fff 1px solid;
		border-right: #fff 1px solid;*/
	}
	
	.testo_sx {
		font-family:Arial, Helvetica, sans-serif;
		text-align:justify;
		font-size:11px;
		line-height:16px;
		padding-left:15px;
		padding-right:10px;
	}
	
	.testo_dx{
		font-family:Arial, Helvetica, sans-serif;
		text-align:justify;
		font-size:11px;
		line-height:16px;
		padding-left:15px;
		padding-right:15px;
	}
	

	#header {
		width: 1010px;
		z-index: 1;
	}	
	
	#content {
		padding-top: 45px;
		margin-top: -18px;
		width: 1010px;
		background:url(../images/pixel.png) repeat;
		height: 520px;
		min-height: 520px !important;
		height: auto;
		z-index: 99;
	}
	
	#contenuti_sx {
		width: 480px;
		height: 456px;
		min-height: 456px !important;
		height: auto;
		float:left;
		z-index: 1;
		margin-left: 50px;
		background:url(../images/linea.png) no-repeat;
	}
	
	#contenuti_dx {
		width: 450px;
		height: 456px;
		min-height: 456px !important;
		height: auto;
		float:right;
		margin-right: 25px;
		z-index: 1;
		background:url(../images/linee.png) no-repeat;
	}
	
	#contenuti {
		width: 938px;
		height: 456px;
		min-height: 456px !important;
		height: auto;
		float:left;
		z-index: 1;
		margin-left: 50px;
		background:url(../images/box_linee.png) no-repeat;
	}
	
	#news {
		width: 440px;
		height: 170px;
	}
	
	
	
	#sponsor {
		float:left;
		margin-left: 30px;
		background:url(../images/box_sponsor.png);
		height: 150px;
		width: 47%;
		z-index: 1;
	}
	
	#info {
		margin-left: 1px;
		float: left;
		background:url(../images/box_info.png);
		height: 150px;
		width: 46%;
		z-index: 1;
	}
	
	#ultime_news {
		font-size:11px;
		font-family:Arial, Helvetica, sans-serif;
		text-align:justify;
		padding: 10px;
		margin-left: 30px;
		background:url(../images/news.png);
		height: 170px;
		width: 405px;
		z-index: 1;
	}
	
	#ultime_bacheca {
		font-size:11px;
		font-family:Arial, Helvetica, sans-serif;
		text-align:justify;
		padding: 10px;
		margin-left: 30px;
		margin-top:20px;
		background:url(../images/news.png);
		height: 170px;
		width: 405px;
		z-index: 1;
	}
	
	#bacheca {
		width: 405px;
		height: 170px;
	}
	
	#ultima_partita {
		font-size:9px;
		font-family:Arial, Helvetica, sans-serif;
		text-align:center;
		padding: 10px;
		margin-left: 30px;
		background-image:url(../images/news.png);
		background-position:center;
		height: 170px;
		width: 363px;
		z-index: 1;
	}
	
	#calendario {
		font-size:9px;
		font-family:Arial, Helvetica, sans-serif;
		text-align:center;;
		padding: 10px;
		margin-left: 30px;
		margin-top:20px;
		background-image:url(../images/news.png);
		background-position:center;
		height: 170px;
		width: 363px;
		z-index: 1;
	}
	
	#footer {
		width: 1010px;
		text-align:center;
		color:#fff;
		font-size:11px;
		background:url(../images/pixel.png) repeat;
	}
	
	.credits {
		margin:0px;
		padding:5px 10px 5px 0px;
		text-align:right;
	}

	a:link, a:visited{
		color:#fff;
		text-decoration: none;
	}
	
	
	a:hover, a:active{
		color:#c50a0a;
		text-decoration: none;
	}
	
	.news {
		padding:10px 10px 0px 10px;
	}
	
	.news a:link, .news a:visited {
		color:#FFFFFF;
		font-size:14px;
		text-decoration:none;
	}
	
	.news a:hover, .news a:active {
		color:#c50a0a;
		font-size:14px;
		text-decoration:none;
	}
	
	.news_titolo {
		font-size:18px;
	}
	
	.elenco_news {
		
	}
	
	.elenco_news a:link, .elenco_news a:visited {
		color:#FFFFFF;
		text-decoration:none;
	}
	
	.elenco_news a:hover, .elenco_news a:active {
		color:#c50a0a;
		text-decoration:none;
	}

	.teamname {
		padding-top:2px;
		font-size:13px;
		font-weight:bold;
	}
	
	.vs {
		font-size:9px;
	}
	
	.bacheca_hp {
		padding:10px 10px 0px 10px;
	}
	
	.intervista {
    color:#ff6633;
    font-size:12px;
  }