<!DOCTYPE html> <html> <style> div.css_bg_image { height: 800px; background-color: #cccccc; background-image: url("image.png"); } </style> <body> <div class="css_bg_image"></div> </body> </html>