@charset "UTF-8";
@charset "utf-8";
/* CSS Document */

body {
	padding: 0px;
	margin: 0px;
	background-color:#4a4a4a;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif
}
#container {
	padding: 0px;
	width: 950px;
	margin: 0px auto;
}
#strona_glowna {
	margin: 0px;
	padding: 0px;
}
#header {
	width: 950px;
	height:90px;
	text-align: right;
	background: #ffffff ;
	padding:0px;
}
#logo_glowna {
	width: 950px;
	height:500px;
	text-align: center;
	line-height:22px;
	padding:0px;
	margin: 0px;
	background: #ffffff url(images/logo-mniejsze.png) no-repeat top center;
}
#footer-wrapper {
	width: 100%;
	height: 50px;
}
#footer {
	width: 950px;
	height: 50px;
	text-align: center;
	background-color:#fff;
	border-top: solid;
	border-top-color:#8d1210;
	font-size:10px;
	background: #8d1210;
}
#footer p {
		margin-top:10px;
		line-height:16px;
		color: #ffffff
}