window.onload = function() {

	document.body.style.backgroundColor = '#23220a';

}

$().ready(function() {

	$(this).pngFix();	
	
});
