Puedes probar de esta manera, que funciona bien:
Código:
<html>
<head>
<title>Documento sin título</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style>
#imagen{
background-image: url(pildoras.png) !important;
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='pildoras.png', sizingMethod='scale');
background: repeat-y;
width: 400;
height: 219;
}
</style>
</head>
<body style="background-color:#993300 ">
<div id="imagen"></div>
</body>
</html>
Mikel.