body {	text-align:center;
	background-image: url(grafika/pixel.jpg);
	font-family:"times new roman";
	font-size: 14;
	margin: 0; /* pro zrušení vertikálních okrajů */
}
.uvod { position:relative;
	height:200em; /* pro nastavenení délky stránky */
	top:0;
	margin: auto; /* pro zarovnání na střed FF */
	width:818px; 
}
.kapela { position:relative;
	height:110em; /* pro nastavenení délky stránky */
	top:0;
	margin: auto;
	width:818px; 
}
.koncerty { position:relative;
	height:100em; /* pro nastavenení délky stránky */
	top:0;
	margin: auto;
	width:818px; 
}
.contact { position:relative;
	height:80em; /* pro nastavenení délky stránky */
	top:0;
	margin: auto;
	width:818px; 
}
.disko { position:relative;
	height:400em; /* pro nastavenení délky stránky */
	top:0;
	margin: auto;
	width:818px; 
}
.historie { position:relative;
	height:100em; /* pro nastavenení délky stránky */
	top:0;
	margin: auto;
	width:818px; 
}
.galerie { position:relative;
	height:80em; /* pro nastavenení délky stránky */
	top:0;
	margin: auto;
	width:818px; 
}
.guestbook{ position:relative;
	height:130em; /* pro nastavenení délky stránky */
	top:0;
	margin: auto;
	width:818px; 
}
.stranka {position:absolute;
	top:0px;
	left:8px;
	background-color: white;
	width:800px;
	height:100%;
	
}	  
.levystin { position: absolute;
	top:0px;
	left:0;
	height:100%;
	width:8px;
	background-image: url(grafika/l.jpg);
	background-repeat: repeat-y;
	
}
.pravystin {	position: absolute;
		top:0px;
		left:808px;
		height:100%;
		width:8px;
		background-image: url(grafika/p.jpg);
		background-repeat: repeat-y;
	
}
.hlavicka { 	width:800px;
		height:200px;
		background-image: url(grafika/banner.jpg);
		background-repeat: no-repeat;
		background-position: top;
		z-index:0;
}
.menu { position:absolute;
	font-family:"times new roman";
	top:110px;
	left: 20px;
	z-index: 1;
}
.menu a:link, .menu a:visited {text-decoration:none;
	font-weight:bold;
	color:black;
	font-size: 14;
}
.menu a:hover {text-decoration:none;
	font-weight:bold;
	color:red;
	font-size: 14;
}
.obsah { position: relative;
	top:180px;
	left:0
	width:800px;
	height:100%;
	padding:0 2em 0 2em;
	text-align:left;
	
}
img.vlevo {float:left;margin: 0 0.5em;
}
img.vpravo {float:right;margin: 0 0.5em;
}
img.vlevo2 {float:left;margin: 0.5em 0.5em;
}
img.vpravo2 {float:right;margin: 0.5em 0.5em;
}
.text {text-align:justify;
}