Plaats de html regel direct na de body-start-tag(!). Plaats de css-code in de head-sectie van jouw pagina en download deze kleine png-file. Je kan deze file vervangen door wat voor file dan ook van jouzelf. Deze png is 601 bytes. Probeer de grootte zo klein mogelijk te houden (in verband met de performance).
<img id="gradient_background" src="gradient-achtergrond.png" alt="css achtergrond" width="16" height="12" />
<style type="text/css">
html,body{
margin:0;
padding-left:4px}
#gradient_background{
position:absolute;
z-index:-1;
width:100.01%;
height:200%;
margin-top:-22px;
margin-left:-8px}
</style>