$(function(){
			$.fn.supersized.options = {  
				startwidth: 640,  
				//startheight: 371,
				startheight: 358,
				vertical_center: 1
			};
	        $('#background').supersized(); 
	    });
