html, body {
	background-color: #000000;
	color: #000;
	margin: 0;
	padding: 0;
}

#NAGLOWEK {
	background-color: #000000;
}

#MENU {
	float: right;
	overflow: hidden;
	position: relative;
	background-image: url(images/prawa_kolumna.jpg); 
	width: 331px; 
	height: 648px; 
}

#INFORMACJE {
	float: left;
	overflow: hidden;
	position: relative;
	background-image: url(images/lewa_kolumna.jpg); 
	width: 260px; 
	height: 648px; 
}

#TRESC {
	margin-left: 200px;
	margin-right: 200px;
	position: absolute; 
	left:0px; 
	top: 121px;
}

#LOGO {
	width: 600px; margin-left: -300px;
	height: 121px; 
	position: absolute; 
	left:50%; 
	top: 8px;
	background-image: url(images/logo.png); 
	z-index:201
}

#STOPKA {
	clear: both;
	background-color: #000000;
}


a { text-decoration: none }
a:link {color: white;}
a:visited {color: white;}
a:active {color: grey;}
a:hover { color: grey; text-decoration: underline; }

h1, h2 {
color: #f4f4f4;
text-align: center;
}

hr {
width: 70%;
color: #4b0800;
}

li {
font-size: 20px;
color: white;
}

p {
font-size: 20px;
color: white;
text-align: justify;
}

p.podpis {
font-size: 16px;
color: white;
text-align: justify;
}


#btn {
    width:125px;
	height: 30px;
	margin-left: 200px;
	text-align: center;
}

table { margin: auto; }

td {
font-size: 20px;
color: white;
text-align: justify;
}