body {
	background-color: #000000;
}

#strona {
	width: 768px;
	height: 500px;
	margin: 0 auto;
	text-align: center;
	display: table;
}

#srodek {
		display: table-cell;
		vertical-align: middle;
}




