div= document.createElement("div");
div.style.width= div.style.height= "200px";
div.style.position= "fixed";
div.style.top= div.style.left= "50%";
div.style.marginTop= div.style.marginLeft= "-100px";
div.style.background= "#000";
document.body.appendChild(div);