/*stili per il layout fisso con altezza minima*/

html,body{margin: 0;padding:0;height:100%;}

body{font-family: arial,sans-serif;text-align: center;
background-image: url(../immagini/sfondo.jpg);
background-repeat: repeat;
background-position: top left;


}

body{font-family: arial,sans-serif;font-size: 76%;text-align: center}

div#container{
position:relative; 
width: 990px; 
height: 100%;
margin: 0 auto -79px;
text-align: left; 
border-left: 0px;
background-image: url(../immagini/ff_home_l02.png);
background-repeat: no-repeat;
background-position: top center;
border-right: 0px }

body>div#container{height:auto;min-height:100%}

/*.header  { background: url(../header.png) repeat; height: 190px } */

.footer  { background: url(../immagini/footers.png) repeat; margin: 0 auto; position: relative; width: 100% }

.footer a {
	color: #fff;
	text-decoration: underline;
	border: 0;
}

.footer p {
	position: absolute;
	left: 0;
	bottom: 4px;
	width: 100% ;
	padding: 0;
	color: #fff;
	font: 0.8em arial,sans-serif;
	text-align: center;
}


/*stili generici, su header e footer*/
div#header{background-color:#36C;color: #ff0}
div#footer a{color: #fff;font-weight: bold;text-decoration: underline}





