
html, body {
       background-color: #FFFFFF;
       padding: 0;
       margin-top: 0px;
       margin-bottom: 0px;
       margin-left: 0px;
       margin-right: 0px;
       font-size: 18px;
       letter-spacing: 0px;
       color: #000000;
       line-height: 20px;
       font-family: Arial;
       font-size: 11px;
	background-image: url("tlo.jpg");
	background-repeat: repeat;
}

#strona {
       width: 850px;
       height: auto;
       margin: auto;

}

#top {
       width: 850px;
       height: 310px;
       margin-top: 0px;
       margin-bottom: 0px;
       margin-left: 0px;
       margin-right: 0px;
       padding-top: 0px;
       background-image:url('top.png');
       background-repeat: no-repeat;
       float: center;
       overflow: hidden;
       text-align: left;

}


#site{
       width: 825px;
       height: auto;
       margin-top: 0px;
       margin-bottom: 0px;
       margin-left: 10px;
       margin-right: 0px;
       padding-top: 0px;
       background-image:url('tlo_strona.png');
       background-repeat: repeat;
       float: center;
       overflow: hidden;
       text-align: left;
              font-size: 17px;


}





a:link, a:visited {
       color: #000000;
       text-decoration: underline;
}

a:hover {
       color: #000000;
       background-color: inherit;
       text-decoration: none;
}

p {
        text-align: right;
}



