body {
    margin: 0;
    padding: 0;
    background-color: #413e4a;
}

#about {
    position: fixed;
    height: 26px;
    width: 100%;
    background-color: #73626e;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 7px;
}

#about a {
    font-family: helvetica, arial, sans-serif;
    font-size: 28px;
    letter-spacing: -1px;
    color: #f7e4be;
    text-decoration: none;
}
