// JavaScript Document
document.body.onload = a;
function a()
{
	document.getElementById('foot').style.background = "#0071b3 url(images/foot.jpg) no-repeat";
}

