Header Content Type not working

Hey all…

Check out http://www.icypenguin.ca/work/crystal-lake-homes/.

I have a main CSS file which is actually main.php, which consists of this:


<?php header("Content-type: text/css"); ?>

<?php
$corner_width = (1.5/65) * 100 . "%";
$middle_width = (62/65) * 100 . "%";
$nav_length = 100/7;
?>

<?php include("main.css"); ?>

The CSS loads fine on my localhost and Firefox on my MacBook, but not on my Windows desktop (IE and Firefox).

Any reason why?

Again - I’m retarded.

Had a <base /> in there that was pointing to my localhost…