You can use Extra.less template to add that.
Use this code to add a background image but before you do make sure you upload whatever image you want to use to your server, typically in styles>default>xenforo>upload image here.
Code:
.p-body {
background-image: url("styles/default/xenforo/your-background-image.png");
}
Replace the "your-background-image.png" part with your file name.