<html xmlns="http://www.w3.org/1999/xhtml">
 <head>
  <title>CSS: -moz-opacity with a stretched smooth PNG</title>
  <style type="text/css">
   img { position: fixed; left: 0; bottom: 0; right: 0; top: 0; -moz-opacity: 0.555; }
   p { font: 900 2em sans-serif; margin: 1em; }
  </style>
 </head>
 <body>
  <div><img src="black-0.5-0.0-h.png" alt="This is an image test."/></div>
  <p>This page has a gradient background stretched to fit the
  viewport. It should be completely smooth. Resize your window to test
  performance.</p>
 </body>
</html>
