function changebg(color) {
document.getElementById('content').style.backgroundColor = color;
document.getElementById('content-left').style.backgroundColor = color;
document.getElementById('content-right').style.backgroundColor = color;
document.getElementById('content-central').style.backgroundColor = color;
}
