/* home.css */
#wrap {
  background: url("../images/bg.home.jpg") no-repeat;
}

#foot {
  position:relative;
  left:40px;
  text-align:left;
}

#home-about {
  position:relative;
  top:52px;
  left:183px;
  height:270px;
  font-size:smaller;
}
#home-about p {
  margin:0;
}

#home-news {
  position:absolute;
  top:69px;
  left:54px;
  width:122px;
  height:200px;
  overflow:auto;
  font-size:smaller;
}

.news-date {
  color:#d07e00;
}