

table.bgt {
    background-image : url('img/tlo_dark_blue_pix.png');
    background-repeat : repeat;
  }


body.bgt {
    background-image : url('img/tlo_dark_blue_pix.png');
    background-repeat : repeat;
    margin: 0;
    padding: 0; 
    height: 100%;
  }


#outer {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }


#outer[id] {
    display: table;
    position: static;
  }


#middle {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
  }


#middle[id] {
    display: table-cell;
    vertical-align: middle;
    position: static;
  }


#inner {
    width: 300px;
  }

#inner[id] {
    margin-left: auto; 
    margin-right: auto;
  }


table.login {
    font-family : Tahoma,'Nimbus Sans L';
    font-size : 14px;
    font-style : normal;
    font-weight : bold;
    position : inherit;
  }

.naglowek {
    font-family : Tahoma,'Nimbus Sans L';
    font-size : 18px;
    font-style : normal;
    font-weight : bold;
    position : inherit;
  }

td.txtpomocy {
    font-family : Tahoma,'Nimbus Sans L';
    font-size : 12px;
    font-style : normal;
    position : inherit;
  }

a.he:link    {text-decoration:none;color:white; background-color:transparent}
a.he:visited {text-decoration:none;color:white; background-color:transparent}
a.he:active  {text-decoration:underline;color:white; background-color:transparent}
a.he:hover   {text-decoration:underline;color:white; background-color:transparent}
