html, body {
   background: url('gfx/bg2.jpg');
   height: 100%;
   width: 100%;
   margin: 0;
   padding: 0;
}

div#language {
   height: 60px;
   width: 100%;
   text-align: center;
}

div#language #pl {
   width: 50px;
   height: 30px;
   margin: 5px;
   float: right;
   background: url('gfx/flaga_pl.gif');
   cursor: hand; cursor: pointer;
}

div#language #en {
   width: 50px;
   height: 30px;
   margin: 5px;
   float: right;
   background: url('gfx/flaga_en.gif');
   cursor: hand; cursor: pointer;
}

div#centered {
   height: 500px;
   width: 500px;
   position: absolute;
   left: 50%;
   margin-left: -250px;
   top: 50%;
   margin-top: -250px;
   color: black;
}

div#centered img {
   border: none;
}

div#centered a {
   outline: none;
}