function css_hack() {
if(preg_match('/(Firefox\/3.0)/i', $_SERVER['HTTP_USER_AGENT'])) {
echo '<style type="text/css">body {background: #75B6B8 url("/bbs/images/way/bg_summer.jpg") no-repeat 50% 0;}div#wrap {text-align: left;background-color: #FBFBF6;}</style>';
echo "\n";
}
}