        $(document).ready(function() {
			if (screen.availHeight >= 768){
				$('#page').css("min-height","720px");
				
			}
			
			
			if ($.browser.msie() && $.browser.version.number() < 8){	
				$('body').css("overflow-x","hidden");
				$('.pagesectionfooter').attr("src","images/footer-pagesection-ie.png");
				
				myHeight = $(document).height();
				$('#bgholderid').css("height", myHeight);

			}
			
			if ($.browser.mac()  && $.browser.safari()){
				$('#page').css("min-height","820px");
				$('#footer').css("bottom","0px");
				
			}
			
			$("input[type='password']").width($("input[type='text']").width());	

        });