/* CSS Document */
  #bg {
    height:960px; 
    margin:0; 
    padding:0;
    
  	background-color: transparent;
  	background-image: url(../graphics/bg2.jpg);
  	background-position: top center;
  	background-repeat: no-repeat;
  	z-index: -1;
  }
  
  