* {
	outline: none;
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font: 13px/140% Georgia;
	color: #151313;
	background-color: #ededed;
}
#container {
	position: absolute;
	width: 100%;
	height: 214px;
	top: 50%;
	margin-top: -150px;
	background: url('../images/bg-index.jpg') repeat-x;
	text-align: center;
}
#lingue {
	margin-top: 0px;
}
#footer, #push {
	height: 133px;
	clear: both;
}
#footer {
	position: relative;
	width: 900px;
	margin: 0 auto 0 auto;
	padding-top: 35px;
	font: 10px Verdana;
	color: #000;
	text-align: center;
	letter-spacing: -1px;
}
.hidden {
	visibility: hidden;
}
.loading {
	background: url('../images/loading.gif') no-repeat center center;
}
.link {
	color: #333;
}
.no-display {
	display: none;
}
.h-hidden {
	visibility: hidden;
}
.no-hidden {
	visibility: visible;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
.errore-form {
	background: #fff url('../images/admin/errore.png') no-repeat center right;
}
.errore-form-padding {
	padding-right: 20px;
	background: #fff url('../images/admin/errore.png') no-repeat center right;
}
.no-list {
	list-style-type: none;
}
.square-list {
	list-style-type: square;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.border-bottom {
	border-bottom: 1px solid #16498B;
}
.clear-left {
	clear: left;
}
.no-border {
	border: none;
}