Possible Duplicate:
Negative CSS selectors
I would like to separate some CSS on my page, i have a div
<div class="separate">
    <a href="#">a link</a>
</div>
so that when I say
div{
    background:red;
}
all divs except .separate turn red i need a way to do this without iframes
 
     
     
     
     
     
    