body {
	background: #fff;
	font: normal 100% "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
	color: #222;
	margin: 0;
	padding: 0;
}

/* koniec stopki */

#content {background: #f4f4f4;width: 900px; min-height: 300px; _height: 300px; padding: 10px 5px; margin: 10px auto; text-align: center;border: 1px solid #ccc;}
/* tytul strony - Pomoc */
	h1 {
		padding-top: 10px;
		color: #222;
		position: relative;
		font-size: 0.9em;
	}
	
	h1 span { 		
		position: absolute;
		width: 100%;
		height: 100%;
	}

	#content img { border: 5px solid #d4e3fd; }
	#content p { text-align: justify; font-size: 0.9em; padding: 10px 0;}
	
	#content ul { list-style: disc; text-align: justify; margin: 0; padding: 20px;}
	#content ul li { font-size: 0.9em; }

a {
	color: #0e3299;
	font-weight: bold;
	text-decoration: none;
}