@charset "utf-8";
/* CSS Document */

body, html {
  height: 100%;
}

.bgimage01 {
  /* The image used */
  background-image:url("../images/fullscreen.background.image.023.png");

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bgimage02 {
  /* The image used */
  background-image:url("../images/fullsize/background.full.002.png");

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bgimage03 {
  /* The image used */
  background-image:url("../images/source.widescreens/background.widescreens.image.001.jpg");

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bgimage04 {
  /* The image used */
  background-image:url("../images/background.background.001.png");

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}