/* CSS Document */
#body
{
	margin-left: 50%;
	background-image:url(graf/kawalek.jpg);
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#999999;
}
#container
{
	position:relative;
	top: 100px;
	width: 760px;
	left: -380px;
}
#content
{
	background-image: url(graf/srodek.jpg);
	position:absolute;	
	width: 760px; 
	height: 462px; 
	top: 0px; 
	left: 0px;
}
#flash
{
	position:absolute;
	top: 10px; 
	left: 100px;
}
#txt
{
	position:absolute;
	width: 554px; 
	height: 26px;	
	top: 430px; 
	left: 100px;
	text-align:center;
}
a.kli:link { color: #666666; text-decoration:none; }
a.kli:visited { color: #666666; text-decoration:none; }
a.kli:hover { color: #00CC00; text-decoration:none; }
a.kli:active { color: #9C6D0C; text-decoration:none; }
