@charset "UTF-8";
body,html {
	/*background-image: url(../img/strip_bg.jpg);*/
	background-attachment: fixed;
	background-repeat: repeat;
	background-color: #15110e;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding:0px;
}
.soon {
	width:900px;/*la larghezza dell’elemento*/
	height:410px; /*l’altezza dell’elemento*/
	position:absolute; /*posizione assoluta per potere riposizionare l’elemento*/
	background-image:url(../img/lens.png);
	left:50%; /*il bordo sinistra dell’elemento si troverà al 50% della larghezza disponibile*/
	top:50%; /*il bordo superiore dell’elemento si troverà al 50% dell’altezza disponibile*/
	margin-left:-450px; /*la metà della larghezza dell’elemento è tolta come margine superiore per centrarlo*/
	margin-top:-200px; /*la metà dell’altezza dell’elemento è tolta come margine superiore per centrarlo*/
}
.footerbottom {
	position: fixed;
	height: 50px;
	width:100%;
	background-color: #1a1a1a;
	bottom: 0px;	/*min-height: 100%*/
	top: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.center {
	height: 360px;
	width: 900px;
}
.footer {
	height: 35px;
	width: 900px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #5B4900;
	font-weight: normal;
	text-align: center;
}a:link, a:visited, a:active {
	color: #fff;
	text-decoration: none;
}

.testoFooter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #5B4900;
}

.testoFooter a:link, .testoFooter a:visited, .testoFooter a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #fff;
}

.testoFooter a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #fff;
}


a:hover {
	color: #5b4900;
	text-decoration: none;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	line-height: 20px;
	text-align: center;
}

