#container { height:630px; }
body#home #container { height:750px; }
.right-logo { background:url(logo1.gif) left top no-repeat; }
body#entryform .right-logo { background:url(greenlogo.png) left top no-repeat; }
body#about #droplet-nav { background:url(dropletnav1.gif) left top no-repeat; }
body#panels #droplet-nav { background:url(dropletnav2.gif) left top no-repeat; }
body#whoswho #droplet-nav { background:url(dropletnav3.gif) left top no-repeat; }
body#showcase #droplet-nav { background:url(dropletnav4.gif) left top no-repeat; }
body#entryform #droplet-nav { background:url(dropletnav5.gif) left top no-repeat; }
#orange_footer { background:url(orange_footer.gif) left top no-repeat; }
#red_footer { background:url(red_footer.gif) left top no-repeat; }
#blue_footer { background:url(blue_footer.gif) left top no-repeat; }
#blue_footer { background:url(blue_footer.gif) left top no-repeat; }
#intro { background:url(intro_bot.gif) left bottom no-repeat; }
#red_gramophone { background:url(gramophone_red.gif) left top no-repeat; }
#orange_gramophone { background:url(gramophone_orange.gif) left top no-repeat; }
#blue_gramophone { background:url(gramophone_blue.gif) left top no-repeat; }
#yellow_gramophone { background:url(gramophone_yellow.gif) left top no-repeat; }
#main-in { padding-top:65px; }
body#showcase #main-in { height:545px; }
#obj6 { top:160px; }

/*  ===== PNG Fix ===== */

* html .png {
  azimuth: expression(
    this.pngSet?
      this.pngSet=true : 
        (this.nodeName == "IMG" ? 
          (this.src.toLowerCase().indexOf('.png')>-1 ? 
            (this.runtimeStyle.backgroundImage = "none", this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
                this.src = "blank.gif") :
            '') :          
          (this.currentStyle.backgroundImage.toLowerCase().indexOf('.png')>-1) ?
            (this.origBg = (this.origBg) ? 
              this.origBg :             
              this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
              this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
              this.runtimeStyle.backgroundImage = "none") :
            ''
        ), this.pngSet=true
  );
}
