*
{
	margin:0;
	padding:0;
}

body
{
	background-color:#1e4262;
	color:#fdfdfd;
	font-size:15pt;
   	font-family:arial;
}

h2{
	font-size:20pt;
}

ul{
	list-style:none;
}

a {
	color:#3399ff;
	text-decoration:none;
}

a:hover{
	
	text-decoration:underline;
}
div#contenuto
{
    position: relative; 
	margin:20px auto;
	width:800px;
    background-image:url("/img/riquadro.png");
    -moz-box-shadow: #000 4px 4px 10px;
    -webkit-box-shadow: #000 4px 4px 10px;
}

div#title{
	padding:20px;
}
#title h2{
	text-align:center;
	font-size:50pt;
}

#title h1.sottotitolo{
	color:#3399ff;
	text-align:center;
	font-size:30pt;
	font-family:arial;
}

.riquadro p
{
	font-size:14pt;
	margin-bottom:14pt;
}

div.riquadro
{
margin-top:10px;
padding:5px;
background-image:url("/img/riquadro.png");
/*ombra*/
-moz-box-shadow: #000 4px 4px 10px;
-webkit-box-shadow: #000 4px 4px 10px;
}

div.destra
{
	width:385px;
	float:right;
	margin-left:5px;

}

div.sinistra
{
	width:385px;
	float:left;
	margin-right:5px;
}

div.pieno
{
	width:790px;
	float:left;
}

/*Inizio Sfonfdo*/
img#sfondo {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;

	/* Set up proportionate scaling */
	width: 100%;
	height: auto;

	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}

@media screen and (max-width: 1024px){
	img#sfondo {
		left: 50%;
		margin-left: -512px; }
}
/*fine Sfonfdo*/