body {
    margin: 0px;
    padding: 0px;
    /*	background-color: #D7D7D7; */
    color: #000000;
}

#title{
    font-family: cursive;
    font-size: 24px;
    text-align: center;
    margin-bottom: 25px;
    margin-top: 15px;
}

#footer-bottom {
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 25px;
    width: 70%;
    margin-left: 15%;
    font-family: sans-serif;
}

#copyright {
    float: right;
    font-weight: bold;
    font-size: 1.1em;
}

#footer-rebel {
    float: left;
    font-weight: bold;
    font-size: 1.5em;
}
