html, body {
   margin: 0; padding: 0;
   font: 10px normal Arial, Helvetica, sans-serif;
   background-color:#000000;
}

/*..:: ZAŚLEPKA Z LOGO NA ŚRODKU ::..*/
div.zaslepka{
   width: 400px;
   height: 332px;
   position: absolute;
   top: 50%;
   left: 50%;
   margin-left: -200px;
   margin-top: -166px;
}
/*..:: STRONY 404 W DWÓCH WERSJACH JĘZYKOWYCH ::..*/
div.image404pl{
   width: 597px;
   height: 234px;
   position: absolute;
   top: 50%;
   left: 50%;
   margin-left: -298px;
   margin-top: -117px;
}
div.image404en{
   width: 470px;
   height: 245px;
   position: absolute;
   top: 50%;
   left: 50%;
   margin-left: -235px;
   margin-top: -123px;
}


