<?phpheader("Content-type: text/css");$background = "#000000";?>body { background-color: <?php echo $background; ?>;}