Hmm, I still dont understand the page ID part. for example if my permalink is https://www.somthing.com/register, & I am trying to set the background for this register page, would my CSS look like this ?:
body.page-id-register {
background: url(url to the image)
no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}