html, body {
	height: 				100%;
	margin: 				0px;
	font-family: 			verdana;
	font-size: 				11px;
	color: 					#cccccc;
	background-color: 		#333333;
	background-image: 		url("../images/pasek_03.png");
	background-position: 	center -3px;
	background-repeat: 		repeat-y;

}
#site {
	width: 					940px;
	min-height: 			100%;
	height: 				auto !important;
	height: 				100%;
	background-color: 		#35393c;
	margin: 				0 auto;
}
#header{
	width: 					940px;
	height: 				290px;
}
#page{
	width: 					940px;
	min-height: 			300px;
	height: 				auto !important;
	height: 				300px;
}
#footer {
	float:					left;
	display:				block;
	background-color: 		#35393c;
	color: 					#666666;
	text-align:				center;
	border-top: 			2px solid #58bd18;
	height:					90px;
	width: 					940px;
}
#footer-left{
	float:					left;
	display:				block;
	width:					49%;
	height:					80px;
	margin-top:				5px;
	border-right: 			3px solid #666666;
}
#footer-right{
	float:					right;
	display:				block;
	height:					80px;
	width:					49%;
}
a {
	color:					#cdcdcd;
	text-decoration: 		none;
}
a:hover {
	color:					#a7ce19;
}
a.zielony {
	color:					#a7ce19;
}
a.zielony:hover {
	color:					#cccccc;
}
#footer a {
	color:					#a7ce19;
	text-decoration: 		none;
}
#footer a:hover {
	text-decoration: 		none;
	border-bottom: 			1px dotted;
}
p.adres {
	padding-top:			5px;
	float:					left;
	width:					49%;
	line-height:			20px;
	height: 				50px;
}
div#pager {
	float: 					left;
	width: 					100%;
	margin:					20px 0 10px 0;
	text-align: 			center;
}
div#pager a{
	color:					#a7ce19;
	text-decoration: 		none;
}
div#pager a:hover{
	color:					#cccccc;
	text-decoration: 		none;
	border-bottom: 			1px dotted;
}
