#fixed-block {
    position: fixed;
    left: 0px;
    bottom: -5px;
    padding: 0px;
    width: 100%;
}

* html {
    background: fixed url('about:blank');
}

* html #fixed-block {
    position: absolute;
    top: expression(eval(document.documentElement.scrollTop) + 100 + 'px');
}

.cont_text 	{
	font-size: 30px;
	font-weight:bold;
	position: relative;
	color: #000000;
}
.cont_text span 	{
  position: absolute;
  top: 1px;
  left: -1px;
  width: 100%;
  height: 100%;
   color: #FF0000;
}

#report {
	background: #ffffff url("../images/Opilki_fon_table.png");
	font-size: 15px;
	font-family: tahoma;
	text-align: justify;
	line-height: 1.5em;
	width: 80%;
	padding: 0 30px 30px 30px;
	border: solid 1px #cbcbcb;
}

#block_bg {  
   position: relative; 
   overflow: hidden;
   margin-left: 10px;
   margin-right: 10px;
   /*width: 400px; 
   padding: 10px;*/  
}

#block_transparent { 
	opacity: 0.7; 
	filter: alpha(opacity=70); 
	-moz-opacity: 0.8; 
	background: #fff; 
	position: absolute; 
	top: 0; 
	left: 0;  
	z-index: 90;  
	height: 100%; 
	width: 100%; 
}

#block_text {
	position: relative;
	z-index: 100;
	margin:0px
}

