body, html {
  height: 100%;
}
.custombg {
  /* The image used */
  /*background-image: url("./BackgroundHiResFix.jpg");*/
  background-image: url("./TranscodedWallpaper.jpg");

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

h3 {
	color: #ffffff
}
blockquote {
	background-color: #ffffff
}
