#wrap {
    background-position: bottom right;
    background-repeat: no-repeat;
    background-color:#E6E6E6;
  }

a.newsThumb img {
	filter:alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
	border: solid 2px #F9F9F9;
}

a.newsThumb:hover img {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	border: solid 2px #D9D9D9;
}