#news_bg{
	display: none;
	position: absolute;
	top: 150px;
	left: 225px;
	height: 360px;
	width: 200px;
	z-index: 10;
	background-image: url("bg_news.jpg");
	background-repeat: no-repeat;
	overflow:hidden;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}
#news{
	position: absolute;
	top: 50px;
	left: 450px;
	height: 53px;
	width: 450px;
	z-index: 11;
	overflow: hidden;
	color: red;
        text-transform: uppercase;
	font-size: 1em;
}
#news a{
	color: red;
}
#news a:hover{
	color: #000;
}
/*
.tx-rbflashobject-pi1-swf_altcontent{
	position: absolute;
	z-index: 0;
}*/
#footer{
	bordre: 1px solid red;
}