body {
  margin:0;
  border:0;
  padding:0;
  height:100%; 
  max-height:100%; 
  overflow: hidden; 
}
* html body {padding:0 0 50px 0;}

#scrollingBody {           
  position:fixed;     
  top:0px;
  left:0px;
  bottom:50px;           
  right:0px;
  width:100%;
  overflow:auto; 
  padding:0px;
  margin:0px;
}
* html #scrollingBody {height:100%;}

#fixedFooter {
  position:absolute;
  bottom:0px;
  left:0px;
  width:100%;
  height:50px;
  background: url('Pictures/Backgrounds/Footer.jpg');
  background-repeat: repeat-x;
}
*html #footer {height:50px;}

#alignCenter {
  position:relative;
  left:50%;
  width:760px; 
  margin-top:1em;
  margin-left:-380px;         
}

#header {
} 

#container {
  position:relative;
  min-height:1500px; 
  background-image: url('Pictures/Backgrounds/Metal_01.jpg');
}
*html #container {height:1500px;}


#leftNav {
  float:left;
  width:155px;    
}


#content {
  min-height:1500px;
  margin-left:150px;
  padding-top:1px;
  padding-bottom:40px;
  background-color:black;
}
*html #content {height:1500px;}



