
html, body{	
	background:#000000;	
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#000000;
	height:100%;
	

}

#contenitore {
	min-height: 100%;
	height: auto !important;
	margin: 0;
	text-align: center;
	}

#divup{
	
	position:relative;
	background: black;
	margin: 0 15%;
	height: 400px;
	position: relative;
	text-align: center;
	
	z-index:30;
	
	

}
#divdown{
	position:relative;
	background:#000000;
	left: 50% ;
	margin: 0 0 0 -400px;
	width: 800px;
	height: 1px;
	z-index:20;

}
#divtitle{
	position:relative;
	background:#000000;
	margin: 0;
	position: relative;
	text-align: center;
	height: 150px;
	z-index:90;
	top: 0px;
}

#divblackup{
	background: black;
	opacity: 1;
	}

#footer, .push {
	
	
	position: relative;

	height:50px;
	z-index:90;
	margin: 0;
	font-size:9px;
	text-align:center;
	color: #A6A6A6;
}
