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


    /* Full height */
    height: 99%;


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

    z-index:-1;

  }


  #news
  { 
  
    /* The image used */
    background-image: url('../images/news/banner_news.png');
    /*background-image: url('../images/banner-contactus.jpg');*/
    /*background:url('../images/banner_home.png') no-repeat right; */


    /* Full height */
    height: 99%;


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

    z-index:-1;

  }


  #contact
  { 
  
    /* The image used */
    background-image: none;
    /*background-image: url('../images/banner-contactus.jpg');*/
    /*background:url('../images/banner_home.png') no-repeat right; */


    /* Full height */
    height: 40%;


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

    z-index:-1;

  }