@CHARSET "ISO-8859-2";
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #242424;
	text-align:center;
	background-image: url("../images/bg.jpg");
	background-repeat: repeat-x;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
	color: #969696;
}
#warp{
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	height: 808px;
	
}
#naglowek{
	width:998px;
	height:27px;
	background-color:#2f2f2f;
	border-left:1px solid #3a3a3a;
	border-right:1px solid #3a3a3a;
	border-bottom:1px solid #3a3a3a;
	padding-top:12px;
	color:#fffbef;
}
#stopka{
	background-color:#2f2f2f;
	height: 25px;
	padding-top: 10px;
	
	background-repeat: repeat-x;
}
#stopka P{
	margin: 0px;
	padding: 0px;
}
a{
	font-weight: bold;
	text-decoration: none;
}
a:LINK {
	font-weight: bold;
	color: #fffbef;
}
a:HOVER {
	font-weight: bold;
	text-decoration: underline;
}
a:VISITED {
	color: #fffbef;
}
.active{
	font-weight: bold;
	color: #fffbef;
	font-size: 15px;
	text-decoration: underline;	
}