HOW I ACTUALLY FUCKING CENTERED THE BACKGROUND IMAGE (DEAR GOD) IS BY DOING AS FOLLOWS:
html { background-image: url("images/pixelwash.png"); height: 100%; background-position: center; background-repeat: no-repeat; background-size: cover; background-attachment: fixed; }