body
	{
	font-family: sans-serif;
	color: white;
	background: Black;
	background-image: url(../img/sfondo2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: scroll;
   }
	
a:link
	{
	color: #FFDB06;
	font-weight: bold;
	text-decoration: none;
	}
a:visited
	{
	color: #FFDB06;
	text-decoration: none;
	}
a:hover
	{
	color: white;
	text-decoration: underline;
	}

p
	{
	font-family: sans-serif;
	color: white;
	font-size: 100%;	
	text-align: justify;
	}	
h1
	{
	font-family: sans-serif;
	color:white;
	font-size:50px;
	}
h2
	{
	font-family: sans-serif;
	color:white;
	font-size:30px;
	}
h3
	{
	font-family: sans-serif;
	color:white;
	font-size:20px;
	}
	
div.container
	{
	width: 100%;
	margin: 0px;
	border: 0px solid silver;
	}	
  
div.splash
   {
   border: 0px solid white;
   height: 650px;
   text-align: center;
	}
div.left
	{
	margin: 60px 0 0 50px;
	float: left;
	border: 0px solid white;
	width: 102px;
	vertical-align: middle;
	height: 500px;
	background-attachment: fixed;
}
	
div.nome
	{
	margin-top: 75px;
	padding-top: 10px;
	text-align: center;
	font-size: 40px;
	color: White;
	font-weight: bolder;
	line-height: 100px;
	border: 0px solid white;
   }
	
div.contenent
	{
	float: left;
	margin-top: 75px;
	margin-left: 10px;
	border-left: 0px solid white;
	padding: 10px;
	width: 700px;
	}
	

	
div.scheda
	{
	margin-top: 75px;
	margin-left: 250px;
	border: 0px solid white;
	}
	
div.img
	{
	float:left;
	border: 0px solid red;
	width: 220px;
	}
	
div.txt
	{
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 5px;
	margin-left: 230px;
	border-left: 3px solid white;
	line-height: 145%;	
	}	
div.descrizione
	{
	width: 800px;
	margin-top: 20px;
	margin-left: 50px;
	border: 0px solid white;
	float: left;
	background-color: black;
	padding: 10px;
	}
	
div.elenco
{
	border-top: 100px;
	font-size: 20px;
	color: Silver;
	text-align: right;
	margin-right: 50px;
	border-right: 3px solid silver;
	padding: 10px
	
}

div.ordine
{
	height: 100px;
	border: 0px solid white;
	font-size: 20px;
	color: Silver;
	text-align: left;
	
}
	

	
