﻿  
body, html {
    height: 99%;
    margin: 0;
  }
 
 #bg
  { 
  
    /* The image used */
    background-image: url('../images/banner_home.png');
    /*background:url('../images/banner_home.png') no-repeat right; */

    /* Full height */
    height: 99%;

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

    z-index:-1;

  }
  
  #rooms
  {
    /* The image used */
    background-image: url('../images/banner_rooms.png');
    /*background:url('../images/banner_home.png') no-repeat right; */

    /* Full height */
    height: 99%;

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

    z-index:-1;

  }

  #sauna
  {
    /* The image used */
    background-image: url('../images/banner_sauna.png');
    /*background:url('../images/banner_home.png') no-repeat right; */

    /* Full height */
    height: 99%;

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

    z-index:-1;

  }

  #bookroom
  {
    /* The image used */
    background-image: url('../images/banner_bookings.png');
    /*background:url('../images/banner_home.png') no-repeat right; */

    /* Full height */
    height: 99%;

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

    z-index:-1;

  }

  #onlinereviews
  {
    /* The image used */
    background-image: url('../images/banner_reviews.png');
    /*background:url('../images/banner_home.png') no-repeat right; */

    /* Full height */
    height: 99%;

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

    z-index:-1;
  }


  #gallery
  {
    /* The image used */
    background-image: url('../images/banner_gallery.png');
    /*background:url('../images/banner_home.png') no-repeat right; */

    /* Full height */
    height: 99%;

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

    z-index:-1;

  }

  #thingstodo
  {
    /* The image used */
    background-image: url('../images/banner_thingstodo.png');
    /*background:url('../images/banner_home.png') no-repeat right; */

    /* Full height */
    height: 99%;

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

    z-index:-1;

  }

  #contactpage
  {
    /* The image used */
    background-image: url('../images/banner_contact.png');
    /*background:url('../images/banner_home.png') no-repeat right; */

    /* Full height */
    height: 99%;

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

    z-index:-1;

  }

  