html,
body {
   margin:0;
   padding:0;
   height:100%;
   font-family: arial, Helvetica, sans-serif;
   font-size: 12px;
}

#news { padding: 12px; }
#news .news_title {
   color: #45586b;   
   font-size: 14px;
   font-weight: bold;
   padding-bottom: 5px;
   display: inline-block;
}
#news .news_date { color: #999999; font-size: 12px; position: absolute; right: 0px; bottom: 5px; }
#news .news_text {
   color: #555555; font-size: 12px;
   padding-top: 10px; padding-bottom: 10px;
}
#news .news_text p { line-height: 17px; margin: 0px; padding: 0px; } 
#news .news_sep { background-color: #e0e0e0; height: 1px; width: 100%; }