html {
  height: 100%;
  overflow: hidden; /* Hides scrollbar in IE */
}

body {
  height: 100%;
  margin:0px auto;
  padding: 0;
  overflow: hidden; /* Hides scrollbar in IE */
  background-image: url('ImageContent/NewNoreasterBG2.jpg');
  //background-color:#000000;
  //background-repeat: no-repeat;
  //background-attachment: fixed;
  //background-position: center center; 
}

#containerA {
  height: 100%;
}

#containerB {
  height: 100%;
}

#flashcontent {
  width: 100%;
  height: 100%;
  //position: relative;
  //left: 75px;
}