/* CSS Document */

html,body {
	margin : 0; 
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	/*background-image: url(bluesky_back.jpg);
	background-position: top left;
	background-repeat: repeat-x;*/
	background-color: #000000;
}
DIV.outer
      {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 650px;
      height: 500px;
	  margin-left: -325px; /* half of width */
      margin-top: -260px;  /* half of height */
      }
DIV.menu
      {
      position: absolute;
	  top: 70px;
	  left: 10px;
      width: 200px;
      height: 375px;
	  border: 0px;
	  text-align: justify;	
      }		  
DIV.container
      {
	  background-image: url(bg.jpg);
	  background-repeat: no-repeat;
	  background-position: center center;
      position: absolute;
      left: 50%;
      top: 50%;
      width: 750px;
      height: 500px;
	  margin-left: -375px; /* half of width */
      margin-top: -260px;  /* half of height */
	  border: 1px solid #debe6b;
      }	 	  
DIV.container_menu
      {
	  background-color: #000000;
      position: absolute;
      left: 50%;
      top: 50%;
      width: 750px;
      height: 500px;
	  margin-left: -375px; /* half of width */
      margin-top: -260px;  /* half of height */
	  border: 1px solid #debe6b;
      }	 	  
DIV.container_storia
      {
	  background-image: url(bg_storia.jpg);
	  background-repeat: no-repeat;
	  background-position: center center;
      position: absolute;
      left: 50%;
      top: 50%;
      width: 750px;
      height: 500px;
	  margin-left: -375px; /* half of width */
      margin-top: -260px;  /* half of height */
	  border: 1px solid #debe6b;
      }	 	   
DIV.container_castello
      {
	  background-image: url(bg_castello.jpg);
	  background-repeat: no-repeat;
	  background-position: center center;
      position: absolute;
      left: 50%;
      top: 50%;
      width: 750px;
      height: 500px;
	  margin-left: -375px; /* half of width */
      margin-top: -260px;  /* half of height */
	  border: 1px solid #debe6b;
      }	 	
DIV.container_arch
      {
	  background-image: url(bg_arch.jpg);
	  background-repeat: no-repeat;
	  background-position: center center;
      position: absolute;
      left: 50%;
      top: 50%;
      width: 750px;
      height: 500px;
	  margin-left: -375px; /* half of width */
      margin-top: -260px;  /* half of height */
	  border: 1px solid #debe6b;
      }		  
DIV.container_tour
      {
	  background-image: url(bg_tour.jpg);
	  background-repeat: no-repeat;
	  background-position: center center;
      position: absolute;
      left: 50%;
      top: 50%;
      width: 750px;
      height: 500px;
	  margin-left: -375px; /* half of width */
      margin-top: -260px;  /* half of height */
	  border: 1px solid #debe6b;
      }	 	  
DIV.contents
      {
	  padding: 10px;
      position: relative;
	  top: 75px;
	  left: 300px;
      width: 420px;
      height: 375px;
	  border: 1px solid #debe6b;
	  text-align: justify;
	  overflow: auto;	 
	  scrollbar-arrow-color: #debe6b;
	  scrollbar-face-color: #333333;
	  scrollbar-track-color: #666666;
	  scrollbar-3dlight-color: #666666;
	  scrollbar-highlight-color: #000000;
	  scrollbar-shadow-color: #666666;
	  scrollbar-darkshadow-color: #000000; 
      }	 
DIV.sommario
      {
	  padding: 10px;
      position: relative;
	  top: 70px;
	  left: 300px;
      width: 420px;
      height: 10px;
      }	 	  	  
DIV.credits
      {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 650px;
      height: 20px;
	  margin-left: -325px; /* half of width */
      margin-top: 250px;  /* half of height */
	  }	  
.tiny {
	  color: #999999;
      font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 10px;	  
	  }
.tiny a {
	  color: #debe6b;
	  font-weight: bold;
	  text-decoration:none;
      font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 10px;	  
	  }
.tiny a:hover {
	  color: #dddddd;
	  font-weight: bold;
      font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 10px;	  
	  }	  	  
H1 {
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	font-size: 12px;
	margin-top: 10px;
	}
H1 a{
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #debe6b;
	font-size: 11px;
	margin-top: 10px;
	}	
H1 a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	font-size: 11px;
	}		  
.testo {
	padding: 0px;
	color: #ffffff;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}
.testo a {
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #debe6b;
}
.testo a:hover {
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}	
-->