HTML > BODY {
  background:#598527 url("/Resources/Pictures/website_background_final.jpg");
  background-position: right bottom;
  background-repeat: no-repeat; background-attachment:fixed;
}
.WaGadgetRecentBlogPosts.gadgetStyleNone ul li .date span, .WaGadgetForumUpdates.gadgetStyleNone ul li .date span, .WaGadgetUpcomingEvents.gadgetStyleNone ul li .date span {
    display: none;
}

@media only screen and (max-width: 480px) and (orientation: landscape) {
 HTML > BODY {
 background:#598527 url("/Resources/Pictures/website_background_small.png");
 background-position: right bottom;
  background-repeat: no-repeat; background-attachment:fixed;
 }
}

@media only screen and (max-width: 480px) and (orientation: portrait) {
 HTML > BODY {
 background:#598527 url("/Resources/Pictures/website_background_sm_vertical.png");
 background-position: right bottom;
  background-repeat: no-repeat; background-attachment:fixed;
 }
}