Re: # classes in style.css
Hi Phil,
The # means it refers to an actual id of an element so it applies the style to the element that has that id.
So for example you see #wrapwebsite and #wrapheader, which refers to particular div elements in the skin that have the id wrapwebsite and wrapheader.
Cheers,
Joe