function navMover()
{
	var navmover = document.getElementById("navmover");
	
	navmover.style.margin = "7px auto 0px 276px";
}