Ok this error is wierd, and I have no clue on how to solve it
http://jakeyjames.com/brian/

In firefox the container does not display for all of the content box(es)

heres the html code
HTML Code:
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>magicHABBO.net ;;</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>

<body>
<div id="container2"><img src="images/top.png" alt="Top" /></div>
<div id="container">
       <div id="right2">
          <div><img src="images/stats.png" alt="Stats" /></div>
          <div id="stats">Hi there</div>
          <div><img src="images/stats_bottom.png" alt="Stats Bottom" /></div>
       </div>
       
       <div id="banner"></div>
       <div><img src="images/spacer.png" alt="Spacer"/></div>
       
          <div id="left">
          <div><img src="images/navigation.png" alt="Navigation" /></div>
          <div id="box">Whatever here...</div>
          <div><img src="images/boxbottom.png" alt="Box Bottom" /></div>
          <div><img src="images/spacer2.png" alt="Spacer" /></div>
          <div><img src="images/featured.png" alt="Featured Content" /></div>
          <div class="box">Whatever here...</div>
          <div><img src="images/boxbottom.png" alt="Box Bottom" /></div>
          </div>
          
         <div id="right">
         <div><img src="images/latest.png" alt="Latest Headlines" /></div>
         <div class="box">Whatever here...</div>
         <div><img src="images/boxbottom.png" alt="Box Bottom" /></div>
         <div><img src="images/spacer2.png" alt="Spacer" /></div>
         <div><img src="images/radio.png" alt="Radio" /></div>
         <div class="box">Whatever here...</div>
         <div><img src="images/boxbottom.png" alt="Box Bottom" /></div>
         </div>
         
         <div id="center">
         <div><img src="images/content.png" alt="Content" /></div>
         <div id="content">Whatever here...</div>
         <div><img src="images/contentbottom.png" alt="Content Bottom" /></div>
         </div>
</div>

<div class="container2"><img src="images/bottom.png" alt="Bottom" /></div>
</body>

</html>