html {
  height: 100%;
  min-height: 100%;
  padding:0; margin:0;
  background: black;
}

body {
  height: 100%;
  min-height: 100%;
  padding:0; margin:0;
}

/* http://stackoverflow.com/questions/14562457/center-oversized-image-in-div */

.pnBgContainer {
  height: 100%;
  min-height: 100%;
  width: 100%;
  min-width: 100%;
  position: absolute;
}

.pnBackground {
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
  margin: auto;
  z-index: 1;
  opacity: 1;
}

.hugetitle {
  font-size: 40px;
}

.wrapper {
  background-color: rgba(255, 255, 255, .85);
  text-align: center;
  border-radius: 25px;
  font-size: 20px;
  line-height: 32px;
}

.footer {
  background-color: rgba(255, 255, 255, .85);
  text-align: center;
  margin: 10px auto auto auto;
  max-width: 300px;
  padding: 20px;
  border-radius: 25px;
}

p {
  margin-bottom: 20px;  
}

ul {
  text-align: left;
}