BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font: 12px Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin: 0px 0px 0px 0px;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #C0C0C0;
	SCROLLBAR-HIGHLIGHT-COLOR: #000000;
	SCROLLBAR-BASE-COLOR: #C0C0C0;
}
#bottom_b {
	/* standard way */
	z-index: 2;
	position: fixed;
	left: 0;
	bottom: 0; 
	
	/* formating */
	width: 100%;
	text-align: center;
	background: White; 
	border-top: 1px;
	border-top-color: Black;
	border-top-style: solid;	
	
	/* IE hack */
	position: expression("absolute");
	top: expression(document.body.clientHeight + document.body.scrollTop - this.offsetHeight);
	width: expression(document.body.clientWidth);
}
#bottomT{
	font-size: 11px;
	font-variant: normal;
	padding-left: 40px;
	padding: 0px 0px 0px 40px;
}
a.bottom {
	font-size: 11px;
	font-variant: normal;
	color: Gray;
	font-weight: bold;
	text-decoration: none;
}
a:active.bottom {
	color: Gray;
	font-weight: bold;
	text-decoration: none;
}
a:visited.bottom {
	color: Gray;
	font-weight: bold;
	text-decoration: none;
}
a:hover.bottom{
	color: Black;
	font-weight: bold;
	text-decoration: none;
}
.mezera{
	height: 70px;
}