html{
	margin:0;
      padding:0;
text-align:center;
}
body{
	background: #B5DE9E;
	text-align: left;
	margin: 0;
	padding: 0;
	font:1em/10px;
	background-repeat: repeat-x;
	background-image: url(../images/bg.png);
}
#content{
	margin::10px;
	padding:5px;
}
h1{
	width:100%;
	font-family: Georgia;
	font-size: 1.1em;
	font-variant: small-caps;
	font-weight: bold;
	color:#000;
	text-align: right;
	padding-bottom:5px;
	border-bottom:1px solid #444;
	font-stretch: expanded;
	letter-spacing: 2px;
}
#opis{
	color:#444;
	font-family:Georgia;
	font-size:0.9em;
	line-height:1.1em;
	text-indent:10px;
}
a{
	color:#000;
	text-decoration:none;
}
a img{
	border:none;
	
}
#numer{
	float:left;
}
#druk{
	display:none;
}
p{
	line-height:30px;
}