﻿  

body, html {

    height: 99%;

    margin: 0;

  }

 

 #bg

  { 

  

    /* 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: 95%;



    /* Center and scale the image nicely */

    background-position: center;

    background-repeat: no-repeat;

    background-size: cover;



    z-index:-1;



  }

  

  #teams

  {

    /* The image used */

    background-image: url('../images/banner-team.jpg');

    /*background:url('../images/banner_home.png') no-repeat right; */



    /* Full height */

    height: 95%;



    /* Center and scale the image nicely */

    background-position: center;

    background-repeat: no-repeat;

    background-size: cover;



    z-index:-1;





  }



  #resources

  {

    /* The image used 
    background-image: none;*/
    background:url('../images/banner-resources.jpg') no-repeat right; 

    /* Full height */
    height: 95%;

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

    z-index:-1;

  }

  #resources_one
  {

    /* The image used 
    background-image: none;*/
    background:url('../images/banner-resources-one.jpg') no-repeat right; 

    /* Full height */
    height: 95%;

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

    z-index:-1;

  }


  #resources_two
  {

    /* The image used 
    background-image: none;*/
    background:url('../images/banner-resources-two.jpg') no-repeat right; 

    /* Full height */
    height: 95%;

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

    z-index:-1;

  }


  #resources_three
  {

    /* The image used 
    background-image: none;*/
    background:url('../images/banner-resources-three.jpg') no-repeat right; 

    /* Full height */
    height: 95%;

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

    z-index:-1;

  }


  #teamsall

  {

    /* The image used */

    background-image: url('../images/banner-team.jpg');

    /*background:url('../images/banner_home.png') no-repeat right; */



    /* Full height */

    height: 95%;



    /* Center and scale the image nicely */

    background-position: center;

    background-repeat: no-repeat;

    background-size: cover;



    z-index:-1;





  }



  #theproject

  {

    /* The image used */

    background-image: url('../images/banner-project.jpg');

    /*background:url('../images/banner_home.png') no-repeat right; */



    /* Full height */

    height: 95%;



    /* Center and scale the image nicely */

    background-position: top;

    background-repeat: no-repeat;

    background-size: cover;



    z-index:-1;



  }



  #contactus

  {

    /* The image used */

    background-image: url('../images/banner-contactus.jpg');

    /*background:url('../images/banner_home.png') no-repeat right; */



    /* Full height */

    height: 95%;



    /* Center and scale the image nicely */

    background-position: center;

    background-repeat: no-repeat;

    background-size: cover;



    z-index:-1;



  }





  #publications

  {

    /* The image used */

    background-image: url('../images/banner-publications.jpg');

    /*background:url('../images/banner_home.png') no-repeat right; */



    /* Full height */

    height: 95%;



    /* Center and scale the image nicely */

    background-position: center;

    background-repeat: no-repeat;

    background-size: cover;



    z-index:-1;

  }



  

  #workshops

  {

    /* The image used */

    background-image: url('../images/banner-workshops.jpg');

    /*background:url('../images/banner_home.png') no-repeat right; */



    /* Full height */

    height: 95%;



    /* Center and scale the image nicely */

    background-position: center;

    background-repeat: no-repeat;

    background-size: cover;



    z-index:-1;

  }



  #searchimage
  { 

    /* The image used */
    background-image: url('../images/banner-search.jpg');

    /* Full height */
    height: 95%;

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

  }

  #newstwitter
  { 

    /* The image used */
    background-image: url('../images/banner-news.jpg');

    /* Full height */
    height: 95%;

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

  }