* {
	outline: none;
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
	background: #8e7354 url('../images/bg-pagina.jpg') repeat-x;
}
#container {
	position: relative;
	width: 810px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -10px auto;
	background: url('../images/bg-content.jpg') repeat-y;
}
	#header {
		background: #8e7354 url('../images/bg-pagina.jpg') repeat-x;
		text-align: center;
	}
		#contattaci {
			display: block;
			text-align: right;
			font: italic 15px Georgia;
			padding-right: 30px;
			margin-right: -45px;
			background: url('../images/contattaci.jpg') no-repeat center right;
			color: #000;
			text-decoration: none;
		}
		#contattaci:hover {
			text-decoration: underline;
		}
	#content {
		padding: 10px 60px 0 60px;
		font: 12px/140% Verdana;
		text-align: justify;
	}
		#content h1 {
			font: italic 18px Georgia;
			margin: 20px 0 10px 0;
		}
		#content p {
			margin: 0 0 10px 0;
		}
	#push {
		clear: both;
		height: 60px;
	}
#footer {
	position: relative;
	width: 750px;
	height: 25px;
	padding: 35px 30px 0 30px;
	clear: both;
	margin: 0 auto;
	text-align: right;
	font: 10px Verdana;
	background: url('../images/bg-footer.jpg') no-repeat top;
}
		#footer a{
			color: #000;
			text-decoration: none;
		}
		#footer a:hover{
			text-decoration: underline;
		}
#push {
	height: 15px;
}
.img-right {
	margin-left: 20px;
}
.img-left {
	margin-right: 20px;
}
.no-border {
	border: none;
}
.no-list {
	list-style-type: none;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.align-right {
	text-align: right;
}
.clear-right {
	clear: right;
}
.clear-left {
	clear: left;
}