// JavaScript Document

$(document).ready(function()
{
	width = document.documentElement.clientWidth-140;
	$("#footer").css("left", width+"px");
});