The template has an integrated PNG fix for IE6 that allows transparent PNG32 images to show, as intended, in the IE6 browser. All you need to do is add class=”png” to the element such as the change in the following example:-
<img src="images/sample1.png" alt="sample" />
Change to
<img src="images/sample1.png" alt="sample" class="png" />