/* SELEKTORY: */

html, body {
  background-color: black;
	color: white;
  font-family: 'Times New Roman', sans-serif;
	margin: auto;
	margin-top: auto;
	margin-bottom: auto;
	padding: 0;
	width: auto;
}

#LAYOUT {
	width: 640px;
	height: 480px;
  background-color: black;
}

#odsylacz1 {
  width: 640px;
	height: 480px;
	position: absolute;
	z-index: 2;
	margin-top: 430px;
	margin-left: 580px;
}

#JPG {
  width: 640px;
	height: 480px;
	background-color: black;
	position: absolute;
	z-index: 1;
}

#odsylacz2 {
  width: 640px;
	height: 480px;
	position: absolute;
	z-index: 3;
	margin-top: 430px;
	margin-left: 600px;
}


