body {
/*background:url(img/bground.jpg) fixed center top no-repeat;*/
border:none;
}

img {
border:none;
}

div.centrato {
  display:     block;
  width:       700px;
  height:      500px;  
  /*background:#FFFFFF; */
  margin:auto; 
  margin-top:50px;
}

div.titolo {
  display:     block;
  width:       700px;
  height:      37px;   
  /*background:  url(img/header.jpg);  */
}

div.spaceralto {
  display:     block;
  width:       700px;
  height:      16px;
}

div.boxtotale {
  display:     block;
  width:       700px;
  height:      374px;
}

div.boxcontactup {
  display:     block;
  width:       700px;
  height:      275px;
}

div.boxcontactdown {
  display:     block;
  width:       700px;
  height:      99px;
}

div.boxsx {
  display:     block;
  width:       231px;
  height:      374px;  
  float:		left;
}

div.spacerboxsx {
  display:     block;
  width:       9px;
  height:      374px;  
  float:		left; 
}

div.boxdx {
  display:     block;
  width:       460px;
  height:      374px; 
  float:	   right;  
}

div.spacerbassoalt {
  display:     block;
  width:       700px;
  height:      16px; 
 /*margin-top:   377px;*/
}

div.spacerbasso {
  display:     block;
  width:       700px;
  height:      16px; 
 margin-top:   375px;
}

div.menu1 {
  display:     block;
  width:       150px;
  height:      20px;  
  float:	   left;
  border:none;
}

div.menu2 {
  display:     block;
  width:       150px;
  height:      20px;  
  float:	   left;
}

div.menu3 {
  display:     block;
  width:       150px;
  height:      20px;  
  float:	   left;
}

div.menu4 {
  display:     block;
  width:       150px;
  height:      20px;  
  float:	   left;
}

div.menu5 {
  display:     block;
  width:       100px;
  height:      20px;  
  float:	   right;
}

div.recap {
  display:     block;
  width:       700px;
  height:      37px;  
  background:url(img/Footer.gif);
  margin-top:20px;
  /*position:fixed;*/
}

.stiletesto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.stilerounded {
	font-family: "Arial Rounded MT Bold";
	font-size: 14px;
	color: #666666
}

.stileroundedtesti {
	font-family: "Arial Rounded MT Bold";
	font-size: 12px;
	color: #666666
}


#dhtmlgoodies_scrolldiv{
		/* The total width of the scrolling div including scrollbar */
		width:530px;
		height:500px;	/* The height of the scrolling div */
	}
	#scrolldiv_parentContainer{
		width:500px;	/* Width of the scrolling text */
		height:100%;
		overflow:hidden;
		border:1px solid #BC8FBD;
		float:left;
		position:relative;
	}
	
	/*
	CSS for the scrolling content 
	*/
	#scrolldiv_content{
		padding: 5px;
		position:relative;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		font-size: 0.9em;
		line-height:130%;
		color: #333;
	}
	
	/*
	The scrollbar slider 
	*/
	#scrolldiv_slider{
		width:15px;
		margin-left:2px;
		height:500px;
		float:left;
	}
	
	/*
	The scrollbar (The bar between the up and down arrow )
	*/
	#scrolldiv_scrollbar{
		width:15px;
		height:460px;	/* Total height - 40 pixels */
		border:1px solid #BC8FBD;
		position:relative;
		
	}
	/*
	The scrollbar handle
	*/
	#scrolldiv_theScroll{
		margin:1px;
		width:1px;
		height:1px;	
		border:6px solid #81C323;	
		position:absolute;	
		top:0px;
		left:0px;
		cursor:pointer;
	}
	/*
	Scroll buttons(The up and down arrows)
	*/
	#scrolldiv_scrollUp,#scrolldiv_scrollDown{
		width:15px;
		height:16px;
		border:1px solid #BC8FBD;
		color: #BC8FBD;
		text-align:center;
		font-size:16px;
		line-height:16px;
		cursor:pointer;
	}
	#scrolldiv_scrollUp{
		margin-bottom:2px;
	}
	#scrolldiv_scrollDown{
		margin-top:2px;
	}
	#scrolldiv_scrollDown span,#scrolldiv_scrollUp span{
		font-family: Symbol;
	}

a:link {
	color:#666666;
	text-decoration: none;
}

a:visited {
	color:#000000;
	text-decoration: none;
}

a:hover {
	color:#999999;
}

img.thumb {
	width:140px;
	height:117px;
}