body{
	background-color: #f;
	color:#333;
	font-family: tahoma, verdana;
	font-size: 12px;
	}
	
div#testata,
div#gallery,
div#coda{
	width: 950px;
	margin: 0px auto;
/*	border: 1px solid red;*/
	}
	
div#testata{
	height: 80px;
	
	}

div#coda{
	font-size: 0.9em;
	text-align: center;
	margin-top: 10px;
	}
	
a{
	color: #444;
	padding: 0px 2px;
	}
a:hover{
	color: #000;
	background-color: #ddd;
	
	}
	

ul{
  list-style: none outside none;
  padding-left: 0;
}
#s3slider {
  height: 400px;
  overflow: hidden;
  position: relative;
  width: 950px;
}
#s3sliderContent {
  margin-left: 0;
  position: absolute;
  top: 0;
  width: 950px;
}
#s3sliderContent li {
  background: url("") repeat scroll 0 0 transparent;
  padding: 0;
}