div#wpfooter {
    display: none;
}
div#wpcontent::before {
    background-color: #ffffff;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
}
div#wpbody-content {
    padding-bottom: 0px;
}