html,body{
	margin: 0;
	padding:0;
/*	background-image:url(/res/img/bg.gif);
	background-repeat:repeat-x;*/
	background-color:#27282a;

	font-family:Trebuchet MS,Arial,Verdana,sans-serif,Helvetica;
	font-size: 12px;
	line-height: 20px;
	color:#ddd;
}
body {
	text-align: center;
	height:100%;
}
body img {
	border:0px;	
}


div#logo{
	position:relative;
	width: 900px;
	margin: 0 auto;
  text-align: left;
/*	background-color:#f0f;*/
}

div#linea_color{
	width: 100%;
	height:1px;
	margin: 1px 0 1px 0;
	background-color:#fa6906;
}


div#grigio{
	width: 100%;
	margin: 1px 0 1px 0;
	background-color:#707070;
	text-align: center;
	
}

div#container{
	position:relative;
	width: 900px;
	margin: 0 auto;
/*	margin: 0 10px 0 10px;*/
	padding: 0;
  text-align: left;
	background-color:#909090;
}
div#container_gallery{
	position:relative;
	width: 900px;
	margin: 0 auto;
	padding: 0;
  text-align: left;
	background-color:#909090;
}
div#container_gallery img {
	margin: 10px;
	border:1px;
	border-color:#27282a;	
	
}


div#img_fade {
	float:left;
  width:580px;
	margin: 0 0 0 10px;
	padding: 0;	
/*	background-color:#f0f;*/
}

div#testi {
	float:left;
  width:290px;
	height:370px;
	overflow:auto;
	margin: 0;
	padding: 0 0 0 10px;
}

#testi a{
/*	color:#6b0008;*/
	text-decoration:underline;
}
#testi a:link,
#testi a:visited {
  text-decoration:none;
}
#testi a:hover,
#testi a:focus,
#testi a:active,
#testi #attivo a{
	text-decoration:none;
}




div#bottom {
	position:relative;
	width: 890px;
	margin:0 auto;
	border-left: solid #27282a 10px;
	font-size:9px;
	color:#777;
  text-align: left;
/*	background-color:#444;*/

}
#bottom a{
	color:#777;
	text-decoration:underline;
}
#bottom a:link,
#bottom a:visited {
  text-decoration:none;
}
#bottom a:hover,
#bottom a:focus,
#bottom a:active,
#bottom #attivo a{
	text-decoration:none;
}


div#clear_left {
	clear:left;
}
div#clear_right {
	clear:right;
}

