body  {
   background-color: #2B4B5E;
   padding-top: 10px;
   padding-bottom: 40px;
}
#mainContent  {
   color: #F2F1DF;
   text-align: center;

}
.hero-unit  {
   background-color: #284458;
   margin:auto;
   max-width: 900px;
   padding: 40px 20px;
}
#bannerImage  {
   width: auto;
  max-height: 450px;
}
#imageContainer img {
   display:none;
   width: auto;
   max-height: 450px;

}
img .show  {
   display:block;
}