Flash w/ Dreamweaver in IE

Hey guys I am brand spankin new to dreamweaver so I am probably just making some noob mistake. I am just fooling around right now trying to make a template, and already I am running into trouble. I actually have 2 problems. Here is what I have done and the problem I have run into.

Problem 1: Flash will not load in Internet Explorer
In Dreamweaver I wanted to add a little flash movie I created so I just simply went to Insert>Media>Flash> and selected my flash movie. Dreamweaver imported it all nice and neat, and so I went to test it. I load it up in Firefox and it looks fine and dandy. Then I went to Internet Explorer and uh-oh my flash movie will not play. It is not the problem where you have to click to activate the movie. It is just a big white box.

Problem 2:
I cannot get the “text” division to load in the green box only. For some reason it is displaying across the whole “container” division. Can you help me stick in the green box in the bottom right of the layout?
Thanks for the help guys. Below is the link to the site and the code…

http://www.duncanandthompson.com/test/test.htm

<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01 Transitional//EN”
http://www.w3.org/TR/html4/loose.dtd”>
<html>
<head>
<meta http-equiv=“Content-Type” content=“text/html; charset=iso-8859-1”>
<title>Untitled Document</title>
<style type=“text/css”>
<!–
body{
background-image:url(/test/img/backgroundimage.gif);
margin: 0 0 0 0;
}
#header{width:100%;
height:78px;
background-image:url(/test/img/topbgrepeat.png);
}
#container{position:absolute;
margin: 100 0 0 0;
left:100px;

}
#center{
background-image:url(/test/img/centerrepeat.png);
background-repeat:repeat-y;
width:787px;
}
#bottom{
width:787px;
height:17px;
background-image:url(/test/img/centerbottom.png);
background-repeat:no-repeat;
}
#logo{position:absolute;
left: 150px;
}
.nav{
position:absolute;
left:400px;
top:40px;
}
#text{
position: 10px;
padding: 2px 2px 2px 2px;
font:Arial, Helvetica, sans-serif;
border: medium, dashed, #ooccff;
}
#flash{
position:absolute;
left:7px;

}
a:link {
text-decoration: none;
font:Arial, Helvetica, sans-serif;
}
a:visited {
text-decoration: none;
font:Arial, Helvetica, sans-serif;
}
a:hover {
text-decoration: underline;
font:Arial, Helvetica, sans-serif;
}
a:active {
text-decoration: none;
font:Arial, Helvetica, sans-serif;
}
–>
</style>
</head>
<body>
<div id=“header”><div id=“logo”><img src="/test/img/logo3.png"></div><div class=“nav”><a href="<A href=“http://www.duncanandthompson.com”>Home</a></div></div">http://www.duncanandthompson.com">Home</a></div></div>
<div id=“container”>
<div id=“center”><div id=“flash”><object classid=“clsid:D27CDB6E-AE6D-11cf-96B8-444553540000” codebase=“http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0” width=“772” height=“294”>
<param name=“movie2” value=“movie2.swf”>
<param name=“quality” value=“high”>
<embed src="/test/img/movie2.swf" quality=“high” pluginspage=“http://www.macromedia.com/go/getflashplayer” type=“application/x-shockwave-flash” width=“772” height=“294”></embed>
</object></div><br><br><br><br><br><br><br><br><br><br><br><br<br><br><br><div id=“text”>Duncan & Thompson was founded in 1997 on the philosophy of providing our clients with quality work, to exceed our clients expectations and to share our vast large project expertise on smaller projects. We have gained a hard-earned reputation as a
general contractor that holds experience, quality and reliability above other considerations.

With Duncan & Thompson you receive a full service Design/Build general contractor that creates the solution for your building needs. Whether it be a pre-engineered building system or conventional construction we make our clients dreams a reality.
e have gained a hard-earned reputation as a general contractor that holds experience, quality and reliability above other considerations.</div>
</div>
<div id=“bottom”> </div>
</div>

</body>
</html>