body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
	SCROLLBAR-FACE-COLOR: #000000;
	SCROLLBAR-HIGHLIGHT-COLOR: #010101;
	SCROLLBAR-SHADOW-COLOR: #000000;
	SCROLLBAR-3DLIGHT-COLOR: #222222;
	SCROLLBAR-ARROW-COLOR:  #FFFFFF;
	SCROLLBAR-TRACK-COLOR: #050505;
	SCROLLBAR-DARKSHADOW-COLOR: #222222;
}
body, html {height:95%;}
#distance { 
		width:1px;
		height:50%;
		margin-bottom:-300px; /* half of container's height */
		float:left;
		}
#main {
	position:relative;
	width:98%;
	height:600px;
	z-index:1;
	margin: auto;
	clear:left;
}
#logo{
	position:relative;
	left:5px;
	width:255px;
	height:64px;
	z-index:1;
	float: left;
}
#menu{
	margin-top: 4px;
	position:relative;
	left:5px;
	width:255px;
	height:64px;
	z-index:10;
	float: left;
	clear: left;
}
#content{
	position:absolute;
	left:5px;
	width:100%;
	height:430px;
	z-index:1;
	float: left;
	text-align: center;
	min-width: 650px;
	top:64px;
	overflow: auto;
}
#thumbs{
	position:absolute;
	width:100%;
	height:68px;
	top:520px;
	z-index: 20;
	float: left;
	min-width: 650px;
	left: 0px;
	overflow: hidden;
}
#scrollLinks{
	position:absolute;
	width:50px;
	height:15px;
	top:588px;
	left: 12px;
}
h1 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: lighter;	
}
.image {
	padding-left:255px;
	padding-bottom: 5px;
}
h2 {
	text-align:left;
	padding-left:255px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: underline;
	font-weight: normal;
}
p {
	text-align:left;
	padding-left:255px;
}
a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.popisobrazku {
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none;
	padding-left: 255px;
	
}
.fotka {
	padding-right: 10px;
	float:left;
}
.thumbs {
	padding-right: 10px;
	padding-left: 10px;
	border: none;
	
}
#content a {
	text-transform: lowercase;
	line-height: normal;
	font-size: medium;
}
.small {
	font-size: 12px;
}
a.copy:link, a.copy:visited {
	line-height: normal;
	color: #333333;
	font-size: 11px;
	text-transform: none;
}
#copy{
	position:absolute;
	width:100%;
	height:20px;
	top:600px;
	z-index: 20;
	float: left;
	text-align:center;
	min-width: 650px;
	left: 0px;
	overflow: hidden;
	font-size: 11px;
	line-height: normal;
	color: #333333;
}
