      html {
	  height: 100%;
      }
      body { height:100%;
	     margin:0;
	     line-height: 1.4;
	     font-family: 'Roboto', 'Open Sans', sans-serif;
	     color: #222;
	     background-color: #ededeb;
	     background-image: url(/static/bg-explore-small.jpg);
	     background-position: center bottom;
	     background-repeat: no-repeat;
	     background-size: contain;
	     display: block;
	   }
      .main-header {
	  margin-left: 20px;
	  margin-top: 15px;
	  display: block;
	  background: transparent url(/static/top-logo.png);
	  background-size: 138px 30px;
	  width: 138px;
	  height: 30px;
      }
      .message {
	  position:fixed;
	  font-size:1.2em;
	  top:30%;
	  left:50%;
	  transform: translate(-50%, -30%);
	  text-align:center;
	  width: 80%;
	  line-height:2em;
      }
      footer {
	  position:fixed;
	  bottom:15px;
	  left:50%;
	  color:#666;
	  transform: translate(-50%, -50%);
	  text-align:center;

      }
