
		
         /*JScrollPane CSS*/
	
body{
 text-align: center; /* alinea il box con IE */
background-color:#141414;
margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

#centratore{
  margin:0 auto; /* alinea il box con i browser in modalità standard */
  width:1024px;
  height:768px;
  background-color:#141414;
  position:relative;
  text-align:left;
 }
 
#testimenu {
font-size:20px;
position:absolute;
color:white;
font-family:"Times New Roman", Verdana, Arial;
height:690px;
width:150px;
margin-left:15px;
margin-top:60px;
text-align:left;
z-index:15;
left:850px;
line-height:1.4;
}


		
div.contenuto {
position:absolute;
background-color:none;
color:#ffffff;
width:835px;
height:405px;
overflow:auto;
top:0px;
left:0px;
z-index:11;

}

div.privacy {
font-family:"Times New Roman", Verdana, Arial;
position:absolute;
background-color:none;
color:#ffffff;
width:200px;
height:auto;
overflow:hidden;
top:643px;
left:603px;
z-index:30;
text-align:right;
}


a:link {
   color:#ffffff;
   text-decoration: none}
  
a:visited {
color:#ffffff;
	text-decoration: none;
}
   
   a:hover{
      color: gray;
      text-decoration:none
      }
 
 a:active {
 color:gray;
	text-decoration: none;
}

/*
.scroll-pane {
position:absolute;	
background-color:#000000;
color:#ffffff;
width:620px;
height:240px;
overflow:auto;

left:0px;
border:1px red solid;
	*/
	.jScrollPaneContainer {
		position:absolute;
			overflow: hidden;
			top:235px;
			left:7px;
			z-index:12;
			padding-right:5px;
			}
			
		.jScrollPaneTrack{
			position:absolute;
			cursor: pointer;
			right:0;top:0;
			height:100%
		}
		.jScrollPaneDrag{
			position:absolute; 
			background:#CCC;
			cursor:pointer;
			overflow:hidden;
			
			-moz-border-radius:6px;
			-webkit-border-radius:6px;
			}
		
		.scroll-pane{padding:0;}
		.scroll-pane div{
			-moz-border-radius:6px;
			-webkit-border-radius:6px;
			background:#232323;
			padding:12px;
			color:#CCC;
			font-size:14px;
			line-height:16px;
		}
