your files:
http://www.pogbird.com/X45/test.zipplayed around with your files in DW CS3 and came up with this:
index.css
body {
text-align: center;
background-color:#003333;
margin: 0;
padding: 0;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
#sign {
position:absolute;
left:250px;
top:126px;
width: 223px;
height: 207px;
}
#collage{
position:absolute;
left:471px;
top:131px;
}
#wrapper {
background-repeat:repeat-y;
background-position:center;
background-color:#FFFFFF;
width:750px;
height:920px;
padding:0 0px;
margin: 0 auto;
}
#links {
position:absolute;
left:242px;
top:859px;
text-align:center;
font:Arial, Helvetica, sans-serif;
font-size:12px;
height: 59px;
width: 750px;
}
#button {
position:absolute;
left:242px;
top:237px;
width: 176px;
padding: 100px 10px 10px 10px;
margin-bottom: 1em;
font-family: Arial, Verdana, Tahoma;
font-size:12px;
color: #333;
height: 9px;
}
#button ul {
list-style: none;
margin: 0;
padding: 0;
border: none;
}
#button li {
border-bottom: 1px solid #0f3120;
margin: 0;
}
#button li a {
display: block;
padding: 5px 5px 5px 0.5em;
color: #000;
text-decoration: none;
width: 100%;
}
body #button li a {
width: auto;
}
#button li a:hover {
background-color: #0f3120;
color: #fff;
}
#text {
position:absolute;
width:443px;
left:477px;
top:550px;
text-align:left;
font:Arial, Helvetica, sans-serif;
font-size:12px;
}
#bottom {
font-size:10px;
color:#FFFFFF;
width:750px;
height:60px;
padding:10px 0px;
margin: 0 auto;
position:absolute;
left:253px;
top:920px;
background-image:url(file:///C|/Documents%20and%20Settings/Administrator/Desktop/images/bottom.jpg);
}
index.html
<html>
<head>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<link rel="stylesheet" type="text/css" href="css/index.css" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Cape Cod Holiday Estates</title>
</head>
<body>
<div id="wrapper"><img src="images/mainlogo.jpg" /> <!-- Beginning of background wrapper div -->
<div id="sign"><img src="images/text2.jpg" /></div>
<div id="button"> <!-- Menu -->
<ul>
<li><a href="index.htm">Home[/url]</li>
<li><a href="#">Resort Information[/url]</li>
<li><a href="#">Accommodations[/url]</li>
<li><a href="#">Rates and Reservations[/url]</li>
<li><a href="#">Directions[/url]</li>
<li><a href="#">Things to Do[/url]</li>
<li><a href="#">Owner Info[/url]</li>
<li><a href="#">Contact Us[/url]</li>
</ul>
</div>
<!-- end Menu -->
<div id="collage"><img src="images/collage.jpg" width="484" /></div>
<div id="text">
Welcome to Cape Cod Holiday Estates!Located on the southern coast of Cape Cod, just a short distance from Nantucket Sound and South Cape Beach, Cape Cod Holiday Estates boasts both privacy and luxury. Each vacation home is located on a one-third acre lot and features a spacious sun deck or patio. A short trip to the Atlantic Ocean offers excellent boating, fishing and whale watching excursions. Enjoy all the warmth of New England in a memorable atmosphere at Cape Cod Holiday Estates.</div>
<div id="links"><!-- Beginning of affiliate links -->
<img src="images/VRI-Logo.jpg" border="0" /><img src="images/spacer.gif" width="20" height="20" border="0" />
<img src="images/rci-community.gif" border="0" /> <img src="images/spacer.gif" width="20" height="20" border="0" />
<img src="images/interval.gif" border="0" /><p>
</div>
<!-- End of affiliate links -->
</div><!-- End of background wrapper div -->
<div id="bottom">
Cape Cod Holiday Estates
97 Four Seasons Drive
Mashpee, MA 02649
Phone and Fax: (508) 477-3377
cche@capecod.net</div>
</body>
</html>
both browsers look good locally - hope that helps