// JavaScript Document
$(document).ready(function(){
	$('div#left').pngFix( );// auto transparent for PNG;
	$('div.login').pngFix( );
	$('div.btnnew').pngFix( );// auto transparent for PNG;	
	if($('#left').height()<$('#right').height()) $('.hackBox').height($('#right').height()-990);
});
