/* CSS Document */

/* IE7 does not support the star-html hack anymore, so this is ignored by IE7: */
* html #yourElement{
    background: transparent none; height:100%; width:100%; position:absolute;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_gradient.jpg',sizingMethod='scale');
    }

