$(document).ready(onDocumentReady);

/**
 * Se ejecuta al estar listo el DOM del HTML
 */
function onDocumentReady() {
	$('body').pngFix();
}