html, body {
	min-height: 100%;
}
body {
	background: #ffe;
	color: #630;
	font-family: "Trebuchet MS", "Verdana", "Arial", sans-serif;
	font-size: 10pt;
	max-width: 700px;
	margin: 0 auto;
	padding: 0.5em;
	border: solid 1px #630;
	border-top: none;
}
a:link {
	color: #008;
}
a:visited {
	color: #808;
}
h1 span {
	visibility: hidden;
}
h1 {
	text-align: center;
}
h1 a {
	display: block;
	width: 606px;
	height: 180px;
	background: url("naglowek.png");
	margin: 0 auto;
}
ul#menu {
	float: right;
	margin: 1em;
	padding: 0.5em;
	list-style: none;
	border: solid 1px #630;
	
}
ul#menu li {
	margin: 0.5em;
}
ul#menu li li {
	margin: 0;
}
div#content {
	text-align: justify;
}
address {
	clear: both;
	text-align: center;
	font-size: 0.8em;
}
img[title]::after {
	content: attr(title);
	display: block;
	font-weight: bold;
}