window.onresize=function(){
	document.getElementById('footer').style.bottom="0px";
}
window.onload=function(){
	document.getElementById('footer').style.bottom="0px";
}
