html{
	height:100%;
}
body {
	background-color:#100a22;
	margin:0;
	padding:0;
	width:100%;
	height:100%;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
}
#container{
	position:relative;
	background-image:url(../img/back-gradiente.jpg);	
	background-repeat:repeat-x;
	text-align:center;
	height: 100%;
}
#wrapper{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -20px; /* the bottom margin is the negative value of the footer's height */
}
#header{
	width:247px;
	margin:0 auto;
	text-align:left;
}
#header img{
	margin:0;
	padding:0;
	display:block;
}
#center{
	margin:0 auto;
	text-align:left;
	width:860px;
	margin-bottom:30px;
}
#center a img{
	border:none
}
.basso{
	margin-top:52px;
}
.primo{
	margin-left:0;
}
.ultimo{
	margin-right:0;
}
ul{
	margin:0;
	padding:0;
}
li{
	padding:0;
	list-style-type:none;
	margin:0 42px;
	float:left;
}
#footer,#push{
	margin:0 auto;
	text-align:center;
	width:860px;
	height:20px;
}
#footer a{
	color:#fff;
	text-decoration:none;
}


