#countdown_dashboard {
    margin-left: 65px;
}

h1{
  font-family: 'Lato', sans-serif;
  color: #CC212B;
  font-size: 74px;
  margin: 0px;
  padding: 0 0 0 0;

  text-align: center;
}
h2{

  font-family: 'Redressed', cursive;
  text-align: center;
  font-size: 40px;
  margin: 0px;
  padding: 0 0 0 0;
}
/*
#c1ontenitore{
  Tangerine

  background-image:url('../img/sfondo_dada.png');
  background-position:center;
  background-color: forestgreen;
  <link href='http://fonts.googleapis.com/css?family=' rel='stylesheet' type='text/css'>
}
*/

#immagine, #footer{
   text-align: center;

}


/* Allunghiamo la pagine al MAX */
html, body {
  height: 100%;
  background-color: #ffffff;
}
#contenitore {
  min-height: 100%;
  border-left: 4px dotted #CC212B;
  border-right: 4px dotted #CC212B;

}

/* IE6 hack */
* html #contenitore {
  height: 100%;
}
