Outlook seems to stretch the div containers to fill the available area. Everything displays fine except for that white space fills and area to the right of my design and the div's borders stretch and render to the right edge. Does anyone know how I can rewrite the following code so that it stays 640px wide and doesn't render the border to the right edge.
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"
http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="
http://www.w3.org/1999/xhtml"
xml:lang="en" lang="en">
<head>
<title>Anthony Perrelli</title>
<style type="text/css">
<!--
#header{
position: absolute;
top: 10px;
left: 10px;
width: 640px;
height: 226px;
border-left: #000000 5px solid;
border-top: #000000 5px solid;
border-right: #000000 5px solid;}
#content{
position: absolute;
left: 10px;
top: 226px;
width: 640px;
color: #444444;
border-left: #000000 5px solid;
border-right: #000000 5px solid;}
#left-column{
float: left;
padding-left: 20px;
padding-bottom: 20px;
left: 0px;
width: 640px;
}
#footer{
clear: both;
height: 94px;
width: 640px;
left: 0px;
border-bottom: #000000 5px solid;}
img{border-style:none;}
-->
</style>
</head>
<body>
<div id="header"><img src="
http://images.mlxjet.com/rm_wizard/images/template/cfl.rr.com/aperrelli/banner.jpg" height="226" width="640" usemap="#Map" alt="Anthony Perrelli" /><map name="Map" id="Map"><area shape="rect" coords="234,166,349,180" href="mailto:aperrelli@cfl
.rr.com" alt="mapforemail" />
</map></div>
<div id="content">
<div id="left-column"><br/><br/
>Thank You,<br/><br/>James H.<br/>MLXjet Tech Support<br/><a target="_blank" href="
http://www.mlxjet.com">
www.mlxjet.com</a
><br/><a href="mailto:james@mlxjet.
com">james
@mlxjet.co
m</a><br/>
<br/><br/>
<br/><br/>
<img src="
http://www.mlxjet.com/rm_wizard/deliveryv2.php?t=MTIwNjY1ODI0MiAxSmYwdmktMDAwNExpLTU1IGphbWVzQG1seGpldC5jb20gamFtZXNAbWx4amV0LmNvbSA4ZWM4MDNiMDBhMWEzODI2MjZmNzY5Y2Y" height="0" width="0" alt="tracking" /></div>
<div id="footer"><img src="
http://images.mlxjet.com/rm_wizard/images/template/cfl.rr.com/aperrelli/footer.jpg" width="640" height="94" usemap="#Map2" alt="Anthony Perrelli" /><map name="Map2" id="Map2"><area shape="rect" coords="22,3,80,22" href="
http://www.mlxjet.com/branding.php" alt="branding" />
<area shape="rect" coords="123,6,232,24" href="
http://www.mlxjet.com/tracking.php" alt="tracking" />
<area shape="rect" coords="271,4,379,24" href="
http://www.mlxjet.com/reseller/index.php" alt="home" />
<area shape="rect" coords="423,5,504,22" href="
http://www.mlxjet.com/how.php"
alt="how it works" />
<area shape="rect" coords="544,6,620,25" href="
http://www.mlxjet.com/templates.php" alt="templates" />
</map></div>
</div>
</body>
</html>