Estas haciendo una gran mezcla, los estilos definilos en el head, no en el include, ahi solo pone los links, vi un par de rutas con file://.... pone las rutas de tu web.
saca de la etiqueta body todos los atributos de links, te paso tu código algo más limpio, le puse un color de fondo al body para que contraste. Por ultimo cuando pases código en los posts, usa el "Highlight" del editor, asi es más facil de analizar.
guarda este código y ejecutalo, mucha más indicación no es necesaria
Código HTML:
Ver original<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link href="template.css" rel="stylesheet" type="text/css" /> /*<![CDATA[*/
#apDiv1 {
position:absolute;
left:382px;
top:235px;
width:118px;
height:301px;
z-index:1;
}
#apDiv2 {
position:absolute;
left:25px;
top:273px;
width:480px;
height:350px;
z-index:1;
}
#apDiv3 {
position:absolute;
left:382px;
top:273px;
width:128px;
height:421px;
z-index:2;
}
#apDiv4 {
position:absolute;
left:24px;
top:589px;
width:351px;
height:104px;
z-index:3;
}
body {
background-color: #000;
}
body,td,th {
color: #FFF;
}
a {
color: #FFF;
}
/*]]>*/
<script src="file:///C|/Webserver/www/Scripts/swfobject_modified.js" type="text/javascript"> <div class="logo"><img src="logo.png" width="200" height="140" alt="The Chic Magazine" /></div>
<div class="mag_counter"><?php include('mag_counter.php'); ?></div> <form action="login_script.php" method="post" enctype="multipart/form-data" name="form1" id= "form1"><input name="email" type="text" id="email" /> <input name="password" type= "password" id="password" /> <span class="sign_up"> <span class="sign_up"><span class= "sign_up"><a href="login_script.php" class="sign_up"><span class="login_signup">Log
<div class="mainbanner"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="755" height="105" id="FlashID2" title="top_banner"><param name="movie" value="top_banner.swf" /> <param name="quality" value="high" /> <param name="wmode" value="transparent" /> <param name="swfversion" value="6.0.65.0" /> <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
<param name="expressinstall" value="file:///C|/Webserver/www/Scripts/expressInstall.swf" />
<!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
<!--[if !IE]>-->
<object type="application/x-shockwave-flash" data="top_banner.swf" width="755" height="105"> <!--<![endif]-->
<param name="quality" value="high" /> <param name="wmode" value="transparent" /> <param name="swfversion" value="6.0.65.0" /> <param name="expressinstall" value="file:///C|/Webserver/www/Scripts/expressInstall.swf" /> <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
<h4>Content on this page requires a newer version of Adobe Flash Player.
</h4> <p><a href="http://www.adobe.com/go/getflashplayer"><img src= "http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt=
"Get Adobe Flash player" width="112" height="33" /></a></p> <div class="menu"><a href="index.php" class="top_menu">home
</a> |
<a href="news.php" class= "top_menu">news
</a> |
<a href="photos.php" class="top_menu">photos
</a> |
<a href="videos.php" class="top_menu">videos
</a> |
<a href="radio.php" class="top_menu">radio
</a> |
<a href= "contest.php" class="top_menu">contest
</a> |
<a href="events.php" class="top_menu">events
</a> |
<a href="vendors.php" class="top_menu">vendors
</a> |
<a href="contact.php" class= "top_menu">contact
</a></div> ..........
<div class="footer"><?php include('copyright.php'); ?></div> <script type="text/javascript"> //<![CDATA[
swfobject.registerObject("FlashID2");
swfobject.registerObject("FlashID");
//]]>
Y todo esto sin saber que hay en el "template.css"