/* Four Island Background CSS */ = 20) || (date('G') <= 6)) { // $bodyID = 'night'; } else { $bodyID = 'day'; } } else { $bodyID = $_GET['id']; } if (!isset($bgcolor)) {$bgcolor='aqua';} if (($bgimgm == 'island6') && ($bodyID == 'night')) {$bgcolor='black';} ?> /* Body */ body { background-color: ; background-image: url(/theme/images/backgrounds/.PNG); background-repeat: repeat-x; background-attachment: fixed; background-position: bottom left; font-family: Arial, FreeSans; margin: 0px; padding: 0px 0px 30px !important; } body#night { background: black url(/theme/images/backgrounds/island6night.PNG) repeat-x fixed bottom left; }