#topnews {
	width: 960px;
	overflow: hidden;
	color: #FFFFFF;
	z-index: 50;
}
#topnews .top {
	width: 960px;
	height: 25px;
	background-image: url(../images/bg_topnews_top.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#topnews .middle {
	width: 940px;
	overflow: hidden;
	padding: 0 10px 0 10px;
	background-image: url(../images/bg_topnews_middle.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
}
#topnews .bottom {
	width: 960px;
	height: 25px;
	background-image: url(../images/bg_topnews_bottom.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#topnews P {
	margin-bottom: 0;
}
#topnews A {
	color: #FFFFFF;
	font-weight: bold;
}
#topnews A:hover {
	color: #D9D9D9;
}


