modified CSS to put a border around the image near the top of the home page. Took a few extra minutes because there was a css rule specifying #en img (i.e. an image descendent of the object with id="en") which took priority over my rule specifying img.homepage_feature (i.e. an image object of class "homepage_feature"). Took the opportunity to tidy up some other bits and bobs of css.