html {
  position: relative;
  min-height: 100%;
}
html, body, *{
	font-family: "Open Sans";
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80px; 
  line-height: 60px; 
}
.giallo{
  background-color:#FDF004;
  padding: 5px;
  min-height: 80px;
}

header{
	background-color: #FDF004;
}
.cntr {
    max-width: 1000px;
}
.cntr {
    margin-left: auto;
	margin-right: auto;
}
.cntr:before, .cntr:after {
    content: ' ';
    display: table;
}

.cntr:after {
    clear: both;
}
.cntr:before, .cntr:after {
    content: ' ';
    display: table;
}
.h6{
    font-weight: bold;
}
a{
	color: #000;
}