body
{
	margin: 0px; padding: 0px;
	text-align: center;

	background-color: #920f15;

	font: 12px Trebuchet MS, Georgia, Verdana, sans-serif;
	color: #fbdaa1;

	/* background-image: url('tlo.jpg'); przeniesione do skryptu bo zależy od DATA_URL */
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;

	overflow: hidden;
}

#srodek
{
	width: 780px;
	margin: 0px auto;
	text-align: left;
}

#naglowek
{
	width:  780px;
	height:  70px;
}
#naglowek img
{
	width:  780px;
	height:  70px;
	margin:   0px;
}

#menu
{
	width:  250px;
	float: left;
}
#menu ul
{
	width: 216px;
	margin: 13px 17px; padding: 0px;

	list-style-type: none;
}
#menu li
{
	margin: 2px 0px; padding: 2px;

	background-color: #fbdaa1;
	color: #920f15;

	font-weight: bold;
}
#menu li a
{
	background-color: #fbdaa1;
	color: #920f15;
	text-decoration: none;
}
#okladki
{
	text-align: center;
}
#okladki img
{
	margin:   5px;
	border: 1px solid #fbdaa1;
}

#tresc
{
	width: 525px;
	height: 350px;
	float: left;
	overflow: auto;

	padding-right: 5px;
}
#tresc a
{
	background-color: #920f15;
	color: #fbdaa1;
	/* text-decoration: none; */
}


#stopka
{
	width: 780px;
	text-align: center;

	background-color: #920f15;

	height: 30px;
	position: absolute;
	bottom: 0px;
}
#stopka p
{
	margin: 2px 0px; padding: 0px;
	font-size: 10px;
}
