	pngFix_msie = false;
	
$(document).ready(function(){
	
	if (cmsBrowser.ie6) {
  
  	DD_belatedPNG.fix('.content_bg');
  	
  }
	
});
