/* 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-image: url(../../logo/Tlo.jpg);
  background-color: black;
}

#BOXmenu {
	width: 156px;
	height: 475px;
	margin-top: 5px;
	float: right;
}

#BOXobrazek {
	width: 484px;
	height: 480px;
	float: left;
}

