html, body 
{
	background-color: #fff;
	background-image: url(tlo.jpg);
	color: #000;
	margin: 0;
	padding: 0;
	height: 100%;
}

td.menu
{
  width: 25%;
  height: 34px;
  background-image: url(menu_button.png);
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  vertical-align: middle;
  font-weight: 1400;
  font-family: Arial Black;
  font-size: 16px;
  color: rgb(99,36,36);
}

dt.menu
{
  background-image: url(menu_button.png);
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  font-family: Arial Black;
  font-size: 16px;
  color: rgb(99,36,36);
  padding: 15px;
}

dl, dt, dd 
{
	display: block;
	margin: 0;
	padding: 0;
}

dd.menu
{
  vertical-align: middle;
  font-family: Arial;
  font-size: 14px;
  color: rgb(99,36,36);
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
}

td.tresc_strona_glowna
{
  background-image: url(tlo_tresc.png);
  vertical-align: top;
  padding: 15px 15px 15px 15px;
}

a
{
  text-decoration: none;
}

a.menu
{
  color: rgb(99,36,36);
}


