/*  pagina introduttiva a dimensione fissa e centrata */

body {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
  color:#564b47;  
  padding:0px;
  margin:0px;
	background-image: url('../images/bg_bottom_intro.gif');
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: 100% 100%; 
	background-color: #ff9900;
}

#toplogo {
	position:absolute;
	left:0px;
	top:0px;
	width:500px;
	height:500px;
	z-index:0;
}

#bloccomain { 	
  position:absolute;
  height:480px; 
  width:640px;
  margin:-240px 0px 0px -320px;
  top: 50%; 
  left: 50%;
  text-align: left;
  border:1px solid #ff6600;
  overflow: auto;
background:  url(../images/trasp_50.png) !important;
background:  url(../images/trasp_50.gif);
/*	background-color: #ffcc66; */
	z-index:10;
}

a { 
background-color:transparent;
text-decoration: none; 
}

.tabintro {
	text-align:center;
	border: 0;
}

 /* ]]> */	

