div.header
	{
		position:fixed;
		z-index:0;
	}

body{
	/* Setting default text color, background and a font stack */
	background-image:URL(../img/macchina3.jpg);
	background-size:cover;
}
/*  Gestione Privacy Policy - Inserire questa porzione di codice dentro il vostro foglio di stile */

* {
  margin: 0;
  padding: 0;
}
.logo {
	font-family: tahoma, arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #3b618e;
}
a { 
	text-decoration: none; 
	font-weight: bold; 
	color: #3b618e;
} 
a:hover { 
	color: #0080FF; 
}


#cookie {
  position: relative;
  top: 0;
  width: 100%;
  background-color: #000;
  opacity: 0.8;
  color: #DFDFDF;
  text-align: center;
}

#cookie p {
  padding: 6px;
  font-family: Tahoma;
  font-size: 12px;
}

#cookie a {
  color: #aaa;
  text-decoration: underline;
}

#cookie a#close {
  font-weight: 900;
  color: #fff;
  text-decoration: none;
  background: #aaa;
  padding: 3px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

/*  FINE Gestione Privacy Policy */

