﻿  
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;

  }
  
  #health
  {
    /* The image used */
    background-image: url('../images/banner_about.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;

  }

  #contactbg
  {
    /* The image used */
    background-image: url('../images/banner_contact.png');
    /*background:url('../images/banner_home.png') no-repeat right; */

    /* Full height */
    height: 65%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    z-index:-1;

  }

  #testimonial
  {
    /* The image used */
    background-image: url('../images/banner_testimonial.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;

  }


  #privacy
  {
    /* The image used */
    background-image: url('../images/banner_privacy.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;
  }

  
  #terms
  {
    /* The image used */
    background-image: url('../images/banner_terms.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;
  }

  #mindset
  { 
  
    /* The image used */
    background-image: url('../images/banner_mindset.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;

  }