if you want to know how you can put comments on a css style shee its simple

if you are familiar in putting coments with php, you can use the same format with Cascading Style Sheets with the /* */

so lets say for example i want to put these comments in a style shee file, this is how i would put my comments:

/* Get Free Wallpapers At Wallpaperama.com */


as you can see, commenting a Cascading Style Sheet is pretty simple.