
#container {
	background-color: Gray;
	background-image: url(Image/texture.gif);
}


#mini-conteiner{
	position:relative;
	background-color:#151614; 
	width: 980px;
	height: auto;
}

.pre-header {
height: 18px;
}

.header {
background-image: url(Image/header.jpg);
width: 980px;
height: 160px;	
}

.header > h1{
	color: #696969;
	font-weight: bold;
	font-family:serif ;
	font-size: 19px;
	position:relative;
	top:-5%;
}

.menù{
	background-color: #2e2e2e;
	font-family: Segoe Print;
	font-weight: bold;
	font-size: 20px;
	word-spacing: 3px;
	width: 900px;
	height: 30px;
	margin-top: -3px;
	line-height: 1.1;
}

.menù >a:hover{
	background-image: url(Image/string-menù.png);
	font-size: 22px;
}

.body {
	background-image: url(Image/string.png);
	height: 485px;
	width: 950px;	
}

.body > p{
	
	font-family: Georgia, Arial;
	margin-left: 30%;
	margin-right: 8%;
	margin-top: 12px;
	text-align: left;
}

body > div{
	font-family: Georgia, Arial;
	
}

.signal{
	width: 200px;
	height: 57px;
	float:left;
	margin-top: 30px;
	margin-left: 40px;
}

.signal1{
	width: 200px;
	height: 57px;
	float:left;
	margin-top: -3px;
	margin-left: 10px;
}

.signal1 > a:hover{
	background-image: url(Image/underline.png);
}

.signal-base{
	background-image: url(Image/signal-base.png);
	width: 15px;
	height: 30px;
	float:left;
	margin-left: 37px;
	margin-top: -30px;
}

.footer {
	top: 10px;
	background-image: url(Image/footer.png);
	color: Gray;
	width: 950px;
	height: 55px;
	z-index: 1;
}

.post-footer{
	height: 20px;	
}

.staccio{
	background-image: url(Image/Staccionata.png);
	position:absolute;
	left:6%;
	top:79%;
	width: 854px;
	height: 153px;
	z-index: 2;
}

.staccio > p{
	position: relative;
	top: 50%;
	left: 27%;
	
}

a {
color:   #ae8a02;
text-decoration: none;
}

a:hover{
	color: #FF4500;
}

a img{
	border: none;
}

form{
	width: 500px;
	margin-top: -20px;
	padding-left: 20%;
}

form > fieldset{
	border:none;
	padding-top: 5px;
}
.myGallery{
				$('#myGallery').spacegallery({loadingClass: 'loading'});
}








