body {
   margin: 0px;
}

#backgroundImage {
   width: 100%;
   height: 100%;
   left: 0px;
   top: 0px;
   position: absolute;
   z-index: 0;
}

#background {	
   width: 100%;
   height: 100%;
}

#frame {
   z-index: 1;
   position: absolute;
}

#content {
   background-color: #bbbbbb;
}

#thumbnails{
   overflow-x: auto;
   overflow-y: auto;
}
