Okay im trying to get a flash .swf to line up in IE. It is where it should be in Firefox. IM using CSS: what am i forgetting?

if you have IE and Firefox both have a look see pls. I'm trying to finsih this for a class project in college.

I have this code:

<html xmlns="http://www.w3.org/1999/xhtml">
<head><a name="TOP">
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title></title>
<meta name="keywords" content="" />
<meta name="Premium Series" content="" />
<link href="default.css" rel="stylesheet" type="text/css" media="screen" />
</head>
<body>
<!-- start header -->
<div id="header">
	<div id="logo">
		<h1><a href="#"><span></span></a></h1>
		<p></p>
	</div>
	<div id="menu">
		<ul id="main">
			

			<li class="current_page_item"><a href="index.html">Homepage</a></li>
		
			<li><a href="Resume.html">Resume</a></li>
			<li><a href="Schools.html">Schools</a></li>
			<li><a href="Flash.html"> Flash</a></li>
            <li><a href="frames.html">Frames</a></li>
            <li><a href="#">Scripting</a></li>
		<li><a href="#">Hobbies</a></li>
		</ul>
		<ul id="feed">
			<li><a href="http://rockinghardsince1983.blogspot.com/">BLOG</a></li>
			<li><a href="#">Contact Me</a></li>
		</ul>
	</div>
	
</div>
<!-- end header -->
<div id="wrapper">
	<!-- start page -->
	<div id="page">
		<div id="sidebar1" class="sidebar">
			<ul>
				<li>
					<h2>The Web Creator</h2>
					<ul>
					<img class="post" src="images/bktarr.jpg" /> 
					</ul>
				</li>
				<li>
					<h2>WEB-LINKS</h2>
					<ul>
						<li><a href="http://www.facebook.com">Facebook</a> </li>
						<li><a href="http://www.mail.live.com">Hotmail.com</a> </li>
						<li><a href="http://www.w3schools.com">w3schools</a> </li>
						<li><a href="http://forums.station.sony.com/swg/forums/list.m">SWG Discussion Board</a> </li>
						<li><a href="http://www.techvideos.com">TechVideos</a> </li>
					</ul>
				</li>
			</ul>
		</div>
				<!-- start content -->
		<div id="content">
		
			<!-- <object type="application/x-shockwave-flash" 
  data="FinalProject.personal.website.swf" 
  width="770" height=600"" id="VideoPlayback">
    <param name="movie" 
    value="http://video.google.com/googleplayer.swf? 
docId=8755581808731033658" />
  <param name="allowScriptAcess" value="sameDomain" />
  <param name="quality" value="best" />
  <param name="bgcolor" value="#600000" />
  <param name="scale" value="noScale" />
  <param name="salign" value="TL" />
  <param name="FlashVars" value="playerMode=embedded" />
</object> -->
        <OBJECT type="application/x-shockwave-flash" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" 
		codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" 
		WIDTH="600" HEIGHT="600" id="FinalProject.personal.website">
        <PARAM NAME=movie VALUE="FinalProject.personal.website.swf">
        <PARAM NAME=quality VALUE=high>
         <PARAM NAME=bgcolor VALUE=#600000>
         <EMBED src="FinalProject.personal.website.swf" 
		 quality=high bgcolor=#600000 WIDTH="600" HEIGHT="600" 
		 NAME="FinalProject.personal.website" ALIGN="" TYPE="application/x-shockwave-flash" 
		 PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">
         </EMBED>
      </OBJECT>
		</div>Go to the <a href="#TOP">Top</a> of this page.
		<!-- end content -->
		<!-- start sidebars -->
		
		<div style="clear: both;">&nbsp;</div>
	</div>
	<!-- end page -->
</div>
<div id="footer">
	<div class = "copyright">Money can't buy you everything! &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp 
										   &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp 
									         &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp 
										   &nbsp &nbsp &nbsp &nbsp &nbsp  
					  It will buy all earthly things!&nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp 
										   &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp 
									         &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp 
										   &nbsp &nbsp &nbsp &nbsp &nbsp 
 But only love can buy you eternity!</div>
   <p> [[I]snipped personal information[/I]] </p>

</div>
</body>
</html>

FIxed it goodness it was something easy as pie.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.