// JavaScript Document
function changeheader()
{
	document.getElementById("header").style.backgroundColor="#000000";
}
function changefooter()
{
	
	document.getElementById("footer").style.backgroundColor = "#100100";
}