function dopasuj(){
   width = document.body.offsetWidth;
   document.getElementById('ramka').style.left = (width-1004)/2;
}
