#top-notification {
  display: block;
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: -212px;
  width: 424px;
  z-index: 99999;
}
#top-notification .boxbody {
	background: url(../images/topnotification-body.png) repeat-y;
	padding: 3px 28px;
}
#top-notification .boxbottom {
	background: url(../images/topnotification-bottom.png) top no-repeat;
	height: 23px;
	position: relative;
}
#top-notification #closebtn {
  position: absolute;
  display: block;
  color: #666;
  font:normal 11px arial,helvetica;
  left: 396px;
  top: -4px;
}
#top-notification #closebtn:hover {
  font-weight: bold; 
  color: #DE000F;
}
#top-notification .entry {
  padding: 4px 0;
  font:normal 14px 'News Cycle',tahoma,arial,helvetica;
  color: #333;
  line-height: 14px;
}
