@charset "UTF-8";
/* CSS Document */

a {
	color:#FEFEFE;
	text-decoration:none;
}
a:hover {
	color:#3b5998;
}
a:visited {
	color:#FEFEFE;
}
body {
	background-color:#000000;
	background-image:url(sfondo.jpg);
	background-attachment:fixed;
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
	color:#FEFEFE;
	font-family:Arial, Helvetica, sans-serif;
}
#box {
	padding:40px;
	background: rgba(0,0,0,0.5);
	width:80%;
	margin:150px auto 0px auto;
	text-align:justify;
}

#box h2, label, p {
	color:#FFF;
}


img {
	border-width:0px;
}
#logo_alto {
	margin-left:20px;
	margin-top:40px;
}
#logo_alto img {
	width:65%;
}
#logo_basso {
	position:absolute;
	bottom:10px;
	right:10px;
}
#testo_basso {
	font-size:200%;
	margin-left:20px;
	margin-top:40px;
	position:absolute;
	bottom:20px;
	right:40px;
	opacity:0.8;
	text-shadow: #000000 3px 3px 3px;
}
#testo_nome {
	opacity:0.7;
	font-size:500%;
	font-weight:bold;
	margin-bottom:0px;
	margin-left:20px;
	margin-top:40px;
	text-shadow: #000000 5px 5px 5px;
}
#testo_facebook {
	font-size:200%;
	margin-left:20px;
	margin-top:0px;
	opacity:0.8;
	text-shadow: #000000 3px 3px 3px;
}
#testo_facebook img {
	vertical-align:bottom;
}
#testo_sottotitolo {
	font-size:200%;
	margin-left:20px;
	margin-top:40px;
	opacity:0.8;
	text-shadow: #000000 3px 3px 3px;
}
#testo_sottotitolo img {
	vertical-align:bottom;
}