function resizeImage(){
	var newWidth = window.innerWidth;
	var newHeight = window.innerWidth/1.6;
	$("#background_image").attr({width: newWidth, height: newHeight});	
}
