body
 {width: 1000px;
  height: 1000px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  background-color: #000000;
  overflow:auto;
 }
div
 {position:absolute;
 }
img
 {behavior: url("pngfix.htc");
 }
div.news
 {left:100px;
  width:800px;
  height:30px;
  color:#FFFF00;
  background-color:#333333;
  font-style:italic;
  overflow:auto;
 }
div.date
 {left:120px;
  width:150px;
  height:20px;
  color:#FF6600;
  background-color:#444444;
  font-weight:bold;
  text-align:center;
 }
table
 {width:1000px;
  left:100px;
  top:70px;
  table-layout:fixed;
  border-spacing:1px;
 }
td
 {border-bottom-color:#000000;
  border-bottom-width:7px;
  border-bottom-style:solid;
 }
td.data
 {width:130px;
  color:#FF6600;
  background-color:#444444;
  text-align:center;
 }
td.mesaj
 {width:870px;
  color:#FFFF00;
  background-color:#333333;
  text-align:justify;
 }
