body{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background: url(../frontend/images/dietro.png);
	text-align:center;
	font-family:times, serif;
	font-size:15px;
	font-weight:bold;
	color:#fff;
}

a{color:white;text-decoration:none;}
a:link,a:visited{color:white;}
a:hover{color:yellow;}


#wrapper{
	margin:0 auto;
	text-align:left;
	background:#262626 url(../frontend/images/dietro.png);
}

#header{
	float:left;
	width:100%;
	height:150px;
}
#header_left{
	float:left;
	width:15%;
	height:100%;
}

#header_center{
	float:left;
	width:85%;
	height:100%;
	background:url(../frontend/images/logo2.png) no-repeat;
}
#main{
	float:left;
	width:100%;
	height:450px;
}
#left{
	float:left;
	width:20%;
	height:100%;
}
#left img{
	padding:4% 0 0 0;
	border:0;
}
#left #imgFirst{
	padding-left:15%;
}

#scatola{
	float:left;
	width:70%;
	height:50px;
	margin:5% 0 0 5%;
	background:#2f2f2f; 
	opacity: 0.8;
	filter: alpha(opacity=80); /*per Internet Explorer 6-7*/ 
}
#scatolaNewsFlash{
	float:left;
	width:70%;
	height:200px;
	margin:5% 0 0 5%;
	background:#2f2f2f;
	opacity: 0.6;
	filter: alpha(opacity=60); /*per Internet Explorer 6-7*/ 
	
}
#content{
	float:left;
	width:75%;
	height:100%;
}
#content_trasparente{
	width:80%;
	height:100%;
	margin:0;
	padding:0;
	background:#2f2f2f url(../frontend/images/main-bg.png) repeat-x;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#content_trasparente h1{
	margin:0;
	padding:0 0 0 25px;
}
#content_trasparente h2{
	margin:0;
	padding:0 0 0 5px;
	font-style:italic;
	text-decoration:underline;
	color:#ffd700;
}
#content_trasparente h4{
	margin:0;
	padding:0 0 0 5px;
}
#content_trasparente p{
	margin:0;
	padding:5px;
}

a.pagination {
	background:#fff;
	border: solid 1px #AAE;
	text-decoration:none;
	color: #15B;
}
a:link.pagination ,a:visited.pagination,a:active.pagination,a:active.pagination,a:hover.pagination{
	background:#fff;
	border: solid 1px #AAE;
	color:#000;
}


#content_non_trasparente{
	width:80%;
	height:100%;
	margin:0;
	padding:0;
	background:#2f2f2f url(../frontend/images/main-bg.png) repeat-x;
	opacity: 0.8;
	filter: alpha(opacity=80);
	
}
#content_non_trasparente h1{
	margin:0;
	padding:0 0 0 25px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

#footer{
	clear:left;
	width:100%;
	height:20px;
	text-align:center;
	margin-bottom:10px;
}
#footer_left{
	float:left;
	width:20%;
	height:100%;
}
#footer_center{
	float:left;
	width:60%;
	height:100%;
	background:#2f2f2f;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#footer_center p{
	margin:0;
	padding:0;
}


