
$(document).ready(function(){
	var windowWidth = document.documentElement.clientWidth;
//var windowHeight = document.documentElement.clientHeight;
var headwi=(windowWidth-960)/2+960+"px";
$("#header_logo").css({
				"width": headwi				
		});
});
