nav > img.banner {
display:none;
}

/*Image properties*/
.img1 {
    margin: 50px auto !important; /*Centers image*/
    width: 100%;
}

/* Below code changes button characteristics */
#ContinueBtnId {
  background-color: #41424e !important;
  font-size: 0px;
  border: 1px solid #41424e !important;
  outline: none;
}

#ContinueBtnId:after {
  font-size: 14px !important;
  color: white;
  content: "Click to Continue";
}

.footer {
  background-color: #41424e  !important;
  color: #fff;
  padding: 0px !important;
  min-height: 8px !important;
  font-size: 10px !important;
}