#bottom_news {
    height: 150px;    
    padding: 30px;
    background: black;
    color: white;    
    opacity: .85;    
    filter: alpha(opacity="85");
	border-top:solid 1px #5F5F5F;
	border-right:solid 1px #5F5F5F;
	border-left:solid 1px #5F5F5F;

}
#bottom_news p {
	text-align:center;
}
#bottom_news_container {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    z-index: 200;

}
#bottom_news_buttons {
	padding-right:30px;
	padding:11px;
	font-weight:bold;
	font-family:"Georgia",Times New Roman,Times,serif;
	font-size:1.1em;
}
#bottom_news_buttons p {
	margin:0;
	padding:0;
	text-align:right;
}

.bottom_news_btn_on { 
padding:9px;
border-top:solid 1px #5F5F5F;
border-right:solid 1px #5F5F5F;
border-left:solid 1px #5F5F5F;
color:#A30E19;
text-decoration:none;

}

.bottom_news_btn_off {
padding:9px;
border-top:solid 1px #5F5F5F;
border-right:solid 1px #5F5F5F;
border-left:solid 1px #5F5F5F;
color:#A30E19;
background:#F7F7F7; 
text-decoration:none;
}
