Often I find myself attaching a class to an element just to give it position: relative; so that I can position it\'s children using position: absolute;
As for me using position:relative is not good - because sometimes you need to position elemet relatively browser window and it will give a problem to you. But if you are sure that you wont doing this Go ahead