I'm currently working on a website where I'd like to have a background image that is black with some characters. The height of the page can vary, being either 'M' pixels or 'N' pixels tall.
My goal is to show only one instance of the image at the top of the page without any repetition. How can I ensure that there is only one image displayed at the top while the rest of the page remains black regardless of its length?