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;
}

#map {
   height: 300px;
   width: 400px;
   align: center;
   border-color: #194891;
   border-style: inset; 
   border-width: 8px;
}

#directionsMenuAssist {
   height: 440px;
   overflow-x: hidden;
   overflow-y: auto;
}
