Page is a not externally linkable
abidshahzad4u - 2:57 pm on Jun 11, 2009 (gmt 0)
I organize style sheets in the order as they appear in the page. HTML elements and classes which apply globally at the last. Page structure at the top, classes and elements relating to the particular structure following it and next structure. This makes easy for me working and editing. And also used single property like background: url() no-repeat top center; not etc.
Saving bandwidth is great.
background-image:url();
background-position:left top;