html { 
  background: url("img/tapeta.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgb(0,134,193);
}

img {
	border: 0px;
}

#NAGLOWEK {
	height: 30px;
	width: 800px;
}

#MENU {
	height: 253px;
	width: 800px;
}

#GLOWNY {
	width: 800px;
}

#TRESC {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	min-height: 200px;
	margin-left: 40px;
}

#DOL {
	height: 106px;
	width: 800px;
	display: table;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

#DOL a {
	color: #000000;
	text-decoration: none;
}

#DOL a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#STOPKA-L {
	float: left;
	margin-top: 60px;
	margin-left: 40px;
	display: table-cell;
	text-align: left;
}

#STOPKA-P {
	float: right;
	margin-top: 60px;
	margin-right: 70px;
	display: table-cell;
}