body{ background: url("bg.png") repeat-x scroll 0% 0% rgb(55, 55, 55); }
<style> #top { background-color: #blue; } #content { black } </style> <div id="top">Top links og blabla</div> <div id="content">Det andet</div>
body{ background: url("img/bgd.jpg") repeat-x scroll 0% 0% rgb(55, 55, 55); }