@charset "utf-8";
#footer {
    overflow: hidden;
    position: fixed;
    width: 100%;
    bottom: 0;
}
#slide {
    background: #555;
    color: #fff;
    width: 100%;
}
#slide-in {
    padding: 20px;
}
#footer a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
