* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	background-color: #151515;
	font: 100.01%/1.4 sans-serif;
	text-align: center;
}
#distance {
	width: 1px;
	height: 50%;
	background-color: #151515;
	margin-bottom: -320px;
/* half of container's height */
	float: left;
}
#container {
	margin: 0 auto;
	position: relative;
/* puts container in front of distance */
	text-align: left;
	height: 640px;
	width: 800px;
	clear: left;
	background-color: #151515;
}

.pripojeni, .voip, .prodej, .servis, .webhosting, .eshopy {
  position:absolute;
  display:none;
}

h1 {
  display:none;
}

img {
  border:0px;
}
