* { font-family: Verdana, Trebuchet, Helvetica, Sans-Serif; }
html { margin: 0; padding: 0; font-size: 11px;}
body {
  height: 100%;
  color: #000;
  top: 0px;
  margin: 0;
  padding: 0;
  background-image:url(../images/tlo.png);
  background-color: #ffffff;
  text-align:center; /* center layout in ie5 and 5.5. */
 
}

#header    { background-color: #f7f7f7; }
#subheader { background-color: #E6E6E6; }
#middle { background-color: #666666; }
#menu_l {  background-color:#DF0000;}


#right  { background-color: #f3f3f3; }
#fastsearch    { background-color: #EEEDEA; }
#baner { background-color: #000000; }

#container, #header, #srodek, #subheader, #left, #middle, #right, #footer, #menu, #submenu {
  margin: 0;
  padding: 0;

}
#container {
  width: 973px !important;
  width: 975px; /* IE */
  margin: 0 auto 0 auto;
  border: solid 0px #c0c0c0;
  text-align: left;

  position: relative;
 
  top: 0px;
}
#footer ul {
  top: 20px;
  left: 10px;
  bottom: 10px;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
}
#footer li {
  display: inline;
  padding: 0 5px 0 5px;
  border-right: dotted 1px green;
}
#footer a, #footer a:hover {
  color: green;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
