/*$('document').ready(function(){

if(screen.height < "780"){
	alert("screen < 700");
	$('#footer').css({position:"relative"});

}

});*/