Centering
Background Image Centering:
html{
background-image: url("https://loremflickr.com/320/240");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center center;
background-size: cover;
}
IE9+
Hmmm...
There is also this...