html { 
  background: url(../img/nolhan7.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;}

body { font: 400 14px/1.5 "Open Sans",sans-serif;  text-shadow: 1px 1px 5px black;  }

h1 {
    text-align: center;
    font-weight: 300;
    color: #FFF;
    font-size: 5em;
	    margin-top: 500px;
     }

#counter { text-align: center; color: #fff; }
#counter strong { font-size: 4em; font-weight: 300; }
#counter span { font-size: 14px; display: inline-block; margin: 0 25px 0 5px; }