/* Stylesheet */ #header { width: 750px; height: 50px; background: #fff url(/path/to/background.png) no-repeat top left; } #header h1 { margin: 10px; padding: 0; color: #333; }
<!-- HTML --> <div id="header"><h1>Logo Text in Here</h1></div>