html {
	/*background-color: black;*/
	width:100%;
	height:100%;
	background: url('valle.JPG') black no-repeat 50%;
}

body {
	font: 16px Verdana, Geneva, sans-serif;
}

div {
	background-color: rgb(0, 0, 0);	/*fallback per ie8 */
	background-color: rgba(0, 0, 0, 0.5);
	box-shadow: -10px 10px 5px #242424;
	-webkit-box-shadow: -10px 10px 5px #242424; /* Safari */
	/*filter:Alpha(opacity=50);  IE8 and earlier */
	width: 30%;
	padding: 20px;
	border-radius:3px;

}

#titolo {
	margin-top: 5%;
	margin-left: 10%;
}
		
h1 {
	color: #fff;
	font-size: 3em;
	font-weight: bold;
	text-shadow: -3px 3px #006600;
    /*filter: Shadow(Color=#006600,
    Direction=-135,
    Strength=5);   IE9 */

}

p, a {
	color: #fff;
	text-decoration: none;
}

a:hover
{ 
text-decoration: underline;
}