html { 
  background: url(images/canister.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#menu {
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    height: 22px;
    width: 35%;
    background-color: rgba(70, 82, 38, 0.9);
    font-size: 18px;
    font-weight: bold;
    color: #ff8c00;
    text-align: center;
    overflow: hidden;
}

#menu a {
    color: #ff8c00;
    text-decoration: none;
    font-weight: bold;
}

#ceo-image {
    display: block;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
}

#ceo-image img {
    width: 800px;
}

.ceo-text {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 800px;
    background: black;
    font-size: 24px;
    color: white;
    text-align: center;
}

#footer {
    left: 0;
    right: 0;
    margin: 1% auto;
    position: fixed;
    bottom: 0;
    padding: 5px;
    height: 22px;
    width: 35%;
    background-color: rgba(70, 82, 38, 0.9);
    font-size: 18px;
    font-weight: bold;
    color: #ff8c00;
    text-align: center;
    overflow: hidden;
}

#footer a {
    color: #ff8c00;
    text-decoration: none;
    font-weight: bold;
}
