Here, a background image is repeated only horizontally!
<style> body { background-image: url("include/images/gradient_bg.png"); background-repeat: repeat-x; } </style>