html
	{
		background:url(images/sfondo.png) no-repeat bottom right fixed;
		-webkit-background-size: auto;
		-moz-background-size: auto;
		-o-background-size: auto;
		background-size: auto;
	}

body {
		background-color: transparent;
		padding-top: 65px; 
	}
	
.navbar 
	{
		margin-bottom: 20px;
	}

a[name] {
  padding-top: 95px;
  margin-top: -95px;
  display: block;
}	
