Here's a part of my .php file:
<html xmlns:fb="http://www.facebook.com/2008/fbml" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="IE=8" http-equiv="X-UA-Compatible">
<meta content="en-us" http-equiv="Content-Language">
<meta content="TEST" http-equiv="description">
<meta content="checkin, check-in, checkins, check-ins, checking-in, recommendations, popular, social, television, tv, show, shows, movie, movies, book, books, music, celebrity, game, games, video game, video games" http-equiv="keywords">
<title> Recommend Me: Find Me a Movie</title>
<link href="/css/reset.css" media="screen,projection" type="text/css" rel="stylesheet"/>
<link href="/css/home.css" media="screen,projection" type="text/css" rel="stylesheet"/>
<link href="/css/dialog.css" media="screen,projection" type="text/css" rel="stylesheet"/>
<link href="/css/modals.css" media="screen,projection" type="text/css" rel="stylesheet"/>
<script type="text/javascript">var _sf_startpt=(new Date()).getTime()</script>
</head>
<body>
The file structure is here:

Why can't I get the page formatted as the css? Removing those links to the css made no difference at all!