is doch ganz einfach
einfach nach </head> in der Topframe_forced oder topframe_klicks oder welche du brauchst

das einfügen
PHP-Code:
<?
if ($_GET['auszahlen'] == 'true') {
    echo '<style type="text/css">body {margin:0 0; background-image:none; background-color:#08A608;}</style>';
} else {
    echo '<style type="text/css">body {margin:0 0; background-image:none; background-color:#E20404;}</style>';}
?>