سلام
یه سایت php نوشتم که تو local درست عمل میکنه ولی تو آپلود اصلا stylesheet اعمال نمیشه .و صفحه بهم ریخته میشه و عکس ها رو هم نمیاره یعنی css رو نمیخونه .. لطفا ٌ کمک فوری نیاز دارم .
کد لینک تو صفحه اصلی:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html>
<head>
<link rel="stylesheet" type="text/css" href="StyleSheet.css" />
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><style type="text/css">

کد css رو هم میذارم:
body{
width:1000px;
background-color:white;
color:#000000;
margin-left:auto;
margin-right:auto;
direction:rtl;
font-family:tahoma;
font-size:14px;}

a:link{
color:#0000ff;}

a:visited{
color:#ff0000;
font-weight:bold;}

a:hover{
color:#ffb400;}

a:active{
color:#000000;}

.logo{
width:1000px;
height:200px;
background-image:url('image/zmas.gif');}

.top{
width:1000px;
height:30px;}

.Center{
width:1000px;
clear:both;
height:1500px;}

.Center Le{
border:1px solid #000000;
background-color:#736357;
float:left;
width:22%;
overflow:scroll;
text-align:center;
padding:1%;
height:150px;





font-size:14px;
color:#ed1c24;}

.Center Ce{
border:1px solid #000000;
background-color:#754c24;
color:#000000;
float:left;
width:49.3%;
font-size:12px;
text-align:justify;
height:1517px;
padding:1%;}

.Center Ri{
border:1px solid #000000;
background-color:#736357;
float:right;
width:22%;
text-align:center;
padding:1%;
height:1500px;
color:#00ff00;}

.button{
height:100px;
width:1000px;
font-family:tahoma;
font-size:14px;
text-align:center;}