html{
	margin:0;
      padding:0;
text-align:center;
}
body{
	background: #efefef;
	text-align: left;
	margin: 0;
	padding: 0;
	font:1em/10px;
	background-repeat: repeat-x;
	
}
#content{
	margin::10px;
	padding:5px;
}
h1{
	font;
	font-family: Georgia;
	font-size: 1.2em;
	font-variant: small-caps;
	font-weight: bold;
	color:#000;
	text-align:center;
	padding-bottom:5px;
	border-bottom:1px solid #444;
}
#opis{
	color:#444;
	font:0.8em Verdana;
	line-height:1em;
	text-indent:10px;
	padding:10px;
}
a img{
	border:none;
}
