#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;

}