
/*
 +------------------------------------------------------------------------+
 | FROOMER.COM                                                            |
 +------------------------------------------------------------------------+
 | safariframes.css                                                       |
 | style sheet with extra rules for frames in Safari                      |
 |                                                                        |
 | Dtek Digital Media, www.dtek.net                                       |
 | 2005.06.18                                                             |
 |                                                                        |
 +------------------------------------------------------------------------+
 */

/* 

these rules are a hack for Safari that fix a problem where Safari loses the 
bg color for pages in a frameset.

incredibly, this fix on Safari _causes_ the same problem to occur on 
Opera/Win(only?), so we use an HTML filter to link this stylesheet for 
Safari, but not Opera.

the filter was lifted from dithered.com: 
http://www.dithered.com/css_filters/html_only/link_rel_extra_keyword.html

*/

html.grey
{
	background-color: #9D978D;
}
html.brown
{
	background-color: #31241B;
}

