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;
}

#contents {
   overflow-x: hidden;
   overflow-y: auto;
}

#homeImage1 {
   width: 200px;
   height: 150px;
   align: right;
   border-color: #194891;
   border-style: inset; 
   border-width: 8px;
}

#homeImage2 {
   width: 200px;
   height: 150px;
   align: left;
   border-color: #194891;
   border-style: inset; 
   border-width: 8px;
}
