pad8626: Weiße Rändern am Seitenende + Containerproblem

Beitrag lesen

Hier der aktuelle Code

  
  
/*BEGIN Seiteneigenschaften */  
  
*  
{  
   padding:0;  
 margin:0;  
}  
  
html  
{  
 height:100%;  
 background:#2b65bc;  
}  
  
body  
{  
 height:100%;  
}  
  
  
  
  
/*END Seiteneigenschaften */  
  
  
/*______________________________________________________________________________________*/  
  
  
/* BEGIN Farbübergänge_links_rechts */  
  
#background  
{  
 height:100%;  
 top:0px;  
 position:static;  
 z-index:20;  
}  
  
#links  
{  
 float:left;  
 height:100%;  
 width:50%;  
}  
  
#links_inhalt  
{  
 margin-right:390px;  
 height:100%;  
}  
  
#rechts  
{  
 float:right;  
 height:100%;  
 width:49%;  
}  
  
#rechts_inhalt  
{  
 margin-left:379px;  
 padding:0px;  
 height:100%;  
}  
  
/* END Farbübergänge_links_rechts */  
  
  
  
/*______________________________________________________________________________________*/  
  
  
/*BEGIN Content_Container*/  
  
#site  
{  
 margin:0px auto;  
 width:780px;  
 height:550px;  
 position:absolute;  
 top:0px;  
 left:50%;  
 margin-left:-390px;  
 z-index:50;  
}  
  
#top_shadow  
{  
 width:780px;  
 height:10px;  
 position:relative;  
 top:5px;  
 background:url(images/top.png)  
}  
  
  
#container  
{  
  height:100%;  
  width:100%;  
  background:url(images/back.PNG);  
}  
  
  
#banner  
{  
  position:absolute;  
  left:10px;  
  top:10px;  
  width:760px;  
  height:130px;  
}  
  
#bottom_shadow  
{  
 width:780px;  
 height:10px;  
 position:relative;  
 top:0px;  
 background:url(images/bottom.png)  
}  
  
  
/*END Content_Container*/  
  
  
  
/*______________________________________________________________________________________*/  
  
  
  
  
.back  
{  
 width:100%;  
 height:100%;  
}  
  
  

Ich hab jetz das Problem das unten wieder ein kleiner 5px großer Rand ist und ich den nicht wegbekomme :-(

HTML Code kann man sich ja so angucken

MFG