
h1,h2,h3,h4,h5,h6
{
margin: 0;
padding: 0px;
}

p
{
margin-top: 0;
}


a:link
{
	text-decoration: none;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
}

a:active
{
	text-decoration: none;
}


a:visited 
{
	text-decoration: none;
	/*color: #F10009;*/
}



body
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: Black;
	color: White;

}

div#container
{
	 width:780px;
	background-position: bottom;
	 margin:0px auto; 
    text-align:left;
	 /*background-color:  #262324;*/
	 overflow: hidden;
}

div#header
{
	width: 780px;
	padding: 0px;
}


div#centrale
{
	width:760px;
}

div#footer
{
	clear: both;
	color: White;
	margin-top: 0px;
	text-align: center;
	width: 780px;
	height:41px;
	font-size: 12px;
	background-image: url(immagini/piede.gif);
	background-position: bottom;
}

.gen_centro
{
	width:535px;
	float:left;
	text-align: left;
	padding-top:10px;
	overflow: hidden;
	/*background-color: Fuchsia;*/
}


.gen_latodx
{
	width:210px;
	float:left;
	text-align:left;
	padding-top:10px;
	/*background-color: #262324;*/
	/*
	overflow: hidden;
   background-color: Fuchsia;		
	*/

	
}

/*------------- tricks -------------*/

.clear_tricks
{
	clear: both;
	height: 0px;
	width: 0px;
	overflow: hidden;
}
