$(function(){
	
	$('#bkg').css(navigator.userAgent.match('MSIE')==null||navigator.userAgent.match(/MSIE [^56]/g)!=null?'min-height':'height',$(window).height()-190);
	
	
})

