	html, body 
	{
		width: 100%;
		height: 100%;
		margin: 0px;
		padding: 0px;
	}

	body 
	{
		color: rgb(110,110,110);
		font-family: Tahoma, sans-serif;
		font-size: 12px;
		background-color: rgb(200,200,200);
		background-image: url(back.gif);
		background-repeat: repeat-x;
		background-position: top center;
	}

	.main
	{
		background-image: url(tabe.jpg);
	}

	.foot
	{
		height: 93px;
		background-image: url(foot.jpg);
		background-repeat: no-repeat;
		background-position: top center;
	}

	#dane
	{
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 10px;
		margin-left: 0px;
		padding: 0px;
	}

	.text 
	{
		color: rgb(110,110,110);
		text-decoration: none;
	}

	.text a:visited, .text a:active 
	{
		color: rgb(51,172,216);
		text-decoration: underline;
	}

	.text a, .text a:link
	{
		color: rgb(51,172,216);
		text-decoration: underline;
	}

	.text a:hover 
	{
		color: rgb(216,144,51);
		text-decoration: underline;
	}

	.spod 
	{
		font-size: 11px;
		color: rgb(110,110,110);
		text-decoration: none;
	}

	.spod a:visited, .spod a:active 
	{
		color: rgb(51,172,216);
		text-decoration: underline;
	}

	.spod a, .spod a:link
	{
		color: rgb(51,172,216);
		text-decoration: underline;
	}

	.spod a:hover 
	{
		color: rgb(216,144,51);
		text-decoration: underline;
	}

	.justi
	{
		text-align: justify;
	}

	.tytul
	{
		color: rgb(216,51,51);
		font-family: Georgia;
		font-size: 28px;
	}
