/* Notice I add the 'html' in front of the class name, I did this so there will no background property conflicts with the other style sheets */
html .logo {
   /* background: none;  Hide the current background image so you can replace it with the filter*/
    width: 242px; /* Must specify width */
    height: 62px; /* Must specify height */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/TOG-white-logo.png');
}
