#quote {
    margin: 3% auto 2% auto;
    background-color: rgba(232, 232, 232, 0.6);
    border: 10px solid #d3d0ca;
    border-radius: 15px;
    text-align: center;
    padding: 5%;
    font-size: 20px;
    display: block;
}

h1 {
    text-align: center;
}

body {
    color: #110c0c;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .5);
    font-family: 'Special Elite', cursive;
    text-align: center;
    background: url("http://www.myfreetextures.com/wp-content/uploads/2011/06/old-paper-floral-parchment-background-texture.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-size: 16px;
    min-height: 100%;
    width: 100%;

}

#ital {
    font-style: italic;
}

#buttonQuote {
    margin-bottom: 1%;
}

.highlite {
    color: darkblue;
}

.inner {
    padding: 30px;
}

.site-wrapper {
    text-align: center;
    display: table;
    width: 100%;
    height: 100%; /* For at least Firefox */
    min-height: 100%;

}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}