// JavaScript Document
function backgroundwidth()
{
var width=document.body.clientWidth;
document.getElementById('parent').style.left=(width-788)/2;
};

