* html div#bottom {
    background: none; /* Hide the current background image so you can replace it with the filter*/
    width: 960px; /* Must specify width */
    height: 12px; /* Must specify height */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='http://twgraphics.clients.smokeylemon.com/cms/images/template/bottom.png');
}

* html .splash div#bottom {
    background: none; /* Hide the current background image so you can replace it with the filter*/
    width: 960px; /* Must specify width */
    height: 12px; /* Must specify height */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='http://twgraphics.clients.smokeylemon.com/cms/images/template/Splashbottom.png');
}