/*- Transparency used in layouts (can't be validated) -*/
.homepage .effect {
  filter: alpha(opacity=45);
  -moz-opacity: .45;
  opacity: .45;
}
