/*$(document).ready(function(){
	$('body').pngFix( );
});
*/

/*$(function(){
	h = $("#wrapper").height();
	b = $("body").height();
	alert(b + " " + h);
	if(b>h) {
		$("#footer").css("top", "100%");
	}
});*/
