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;
}

#productsMenuAssist {
   height: 380px;
   overflow-x: hidden;
   overflow-y: auto;
}

#productsImage {
   width: 400px;
   height: 300px;
   border-color: #194891;
   border-style: inset; 
   border-width: 8px;
}

.productsMenu .submenu a:hover {
    background : #bbbbbb no-repeat right center;
    color: #000000;
}