<style>
    footer {
        position: relative;
        height: 300px;
        width: 100%;
        background-color: #ffffff;
    }

    p.copyright {
        position: absolute;
        width: 98%;
        color: #000;
        line-height: 40px;
        font-size: 0.9em;
        text-align: center;
        bottom:0;
    }
</style>
