div#news_container > div
{ margin-top: 5px;
  padding: 2px 5px;
  background-color: white;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
div#news_container > div:hover { box-shadow: 0px 0px 3px; -webkit-box-shadow: 0px 0px 3px; -khtml-box-shadow: 0px 0px 3px; -o-box-shadow: 0px 0px 3px; box-shadow: 0px 0px 3px;}

div#news_container p { position: relative;}
div#news_container p > img
{ position: absolute;
  top: -24px;
  right: 0px;
  opacity: 0.5;
}

div#news_container div > p.date
{ color: grey;
  font-size: 80%;
  border-bottom: 1px dashed grey;
  padding-bottom: 1px;
  margin: 2px;
  height: inherit;
  background: inherit;
}
div#news_container div > p.news
{ color: red;
  margin-bottom: 5px;
  height: inherit;
  background: inherit;
}

p.news > span
{ display: block;
  text-align: center;
  font-weight: bold;
  font-size: 120%;
}