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

    /* Full height */
    height: 60%;

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

    z-index:-1;

  }

  #members
  { 
  
    /* Full height */
    height: 1%;

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

    z-index:-1;

  }


