Only use an ID if you're only going to use it once. If you're making a div, which is used more than once assign a class to it. (Classes can be applied as many times as you wish to as many elements, whereas an ID can only be applied to a single element).