html{
  height:100%;
}

body {
  text-align:center;
  background-image: url("bg.jpg");
  background-color: #333;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#countholder .link{
  margin-top: 40px;
}

#countholder a{
  display: inline-block;
  color: #fff;
  font-size: 20px;
  padding: 20px;
  background: #265;
  border-radius: 10px;
  text-decoration: none;
}

#countholder a:hover{
  background: #487;
}

#countholder {
  font-family: sans-serif;
  color: #fff;
  display: inline-block;
  font-weight: 100;
  text-align: center;
  font-size: 48px;
  background-color: #333;
  padding: 20px;
  border-radius: 6px;
  margin-bottom: 30px;
  line-height: 1.4;
  position: relative;
  z-index: 2;
}

#countholder > h1{
 font-size: 36px;
}

#countholder > div{
 padding: 4px 10px;
 border-radius: 3px;
 background: #cc3300;
 display: inline-block;
}

#countholder div > span{
 border-radius: 3px;
 background: #cc3300;
 display: inline-block;
}

#countholder .smalltext{
 padding-top: 5px;
 font-size: 36px;
}

#beer {
  position: fixed;
  bottom: -3px;
  left: 50%;
  margin-left: -500px;
}
