@charset "utf-8";
.hlavni {
	font-family: "Courier New", Courier, monospace;
}


.kontejner {
	position: absolute;
	left: 50%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -512px;
	height: auto;
	width: 1024px;
	background-color: #333333;
}
.kontejner_2 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -300px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -512px;
	height: 600px;
	width: 1024px;
}

body {
	background-color: #AEAEAE;
}
