
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;
	height: 100%;
	margin: 0 auto -50px;
	}

#divback{
	position:relative;
	background:#000000;
	left: 50% ;
	margin: 0 0 0 -400px;
	width: 800px;
	height: 50px;
	z-index:90;
	top: 0px;

	}
 
#redphone{
	margin-left: 290px;
	position: absolute;
	right: 50% ;
	width: 400px;
	height: 4px;
	margin-top:50px;
	color: #A6A6A6;
	z-index:30;
	}
.text{
   
	font-family:Arial, Helvetica, sans-serif
	}
	
#divtext{
	
	position:relative;
	background: black;
	left: 50% ;
	margin: 40 0 0 -400px;
	
	width: 400px;
	height: 600px;
	color: #A6A6A6;
	z-index:30;
   
	}
	
#divtitle{
	position:relative;
	background:#000000;
	left: 50% ;
	margin: 0 0 0 -400px;
	width: 800px;
	height: 150px;
	z-index:90;
	top: 0px;
}
	
#divextext {

	//color: #A6A6A6;
	//position:absolute;
	//height: 300px;
	//width:350px;
	//margin-left: 350px;
	//margin-top: 50px;
	}
a:link {color: #A6A6A6; text-decoration: underline; }
a:active {color: #A6A6A6; text-decoration: underline; }
a:visited {color: #6699CC; text-decoration: none; }
a:hover {color: #A6A6A6; text-decoration: none; }

#footer, .push {
	
	
	position: relative;

	height:50px;
	z-index:0;
	left: 50% ;
	margin: 0px 0 0 -400px;
	width: 800px;
	font-size:9px;
	text-align:center;
	color: #A6A6A6;
	z-index:99
}
#divblackup{
	background: black;
	opacity: 1;
	}
