I have searched extensively on Google and discovered that I should be using the background-repeat property, however, it doesn't seem to be functioning correctly for me. I must have made a simple error somewhere, but despite my efforts, I cannot seem to locate it!
Thank you in advance for any assistance!
body {
background-image: url('../images/main_bg.png');
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
}