<html xmlns="http://www.w3.org/1999/xhtml">
 <head>
  <title>CSS Backgrounds: Alpha transparent background</title>
  <style type="text/css">
   html { background: white url(test.png); color: black; }
   p { background: white; color: black; padding: 0.25em; border: thin solid black; display: inline; line-height: 2; }
  </style>
 </head>
 <body>
  <p>This document has a white background overlayed with an image with a multi-bit alpha channel.</p>
 </body>
</html>