html, body
{
	margin: 0px;
	padding: 0px;
	background-color: Black;
	background-image: url(../img/sfondo.jpg);
   background-repeat: no-repeat;
   background-attachment: scroll;
	background-position: 0px 60px;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	z-index: 140;  
}




div#testa
{
 margin: 0px;
 padding: 0px;
 /*position: fixed;
 top: 0px;*/
 width: 100%;
 height: 60px;
 background-repeat: repeat-x;
  background-image: url(../img/travetop.gif);
  background-attachment: scroll;
}

a#enter
{
	position: absolute;
	top: 110px;
	left: 440px;
	width: 230px;
	height: 340px;
	z-index: 200;
}

div#corpo
{
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 100px;
	left: 0px;
	width: 440px;
	height: 665px;
	z-index: 150;
}




div#testo
{

   margin: 0px;
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;	
	left: 0px;
	top: 0px;
	position: absolute;
	height: auto;
	width: 420px;
	z-index:150;
}

div#testo_ombra
{

   margin: 0px;
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;	
	left: 2px;
	top: 3px;
	position: absolute;
	height: auto;
	width: 420px;	
	z-index:140;
}




p#ingresso
{
   position: absolute;
	top: 340px;
	right: 0px;
}


img
{
	border: none;
}



div#testo p
{
	color: White;
	text-align: justify;
	font-size: larger;
}

div#testo_ombra p
{
	color: black;
	text-align: justify;
	font-size: larger;
}

div#fondo
{
	position: absolute;
	top: 580px;
	width: 100%;
	text-align: center;
}

div#fondo, div#fondo a
{
	color: white;
	text-decoration: none;
}

:focus {
	outline: 0;
}
