#logo {
    display: block;
    text-decoration: none;
    float: left;
    max-width: 200px;
    max-height: 99px;
    margin-left: 70px;
    margin-top: -20px;
}
#logo img {
    width: 100%;
    height: auto;
    max-height: 99px;
    left: 50px;
    top: 0px;
}
