Meliz: Hintergrund bleibt weiß!??

Beitrag lesen

Hallo,

ich hab an meinem Profil rumgebastelt, um dafür zu sorgen, dass die Tabellen links und rechts jeweils die gleiche Breite haben.
Aber der Hintergrund bleibt weiß und ich finde nicht heraus woran es liegt, hab schona lle probiert. Kann mir jemand helfen?
Außerdem kann ich den Rand der Tabellen links zum linken Rand nicht weg kriegen, vielleicht wisst ihr dazu auch eine Lösung?

Hier ist mein Profil und weiter unten der CSS-Code:

http://www.myspace.com/deepblueorb

<style type=text/css>
body{
background-image:url(http://www.nursel.de/fischschwaerme.gif);
 background-attachment: fixed;
 background-repeat: no-repeat;
 background-position: center top;
 }
.bodyContent{
margin-left: 3em;
margin-right: 3em;
}
.bodyContent .profileInfo{
 border-width: medium;
        border-style: solid;
        border-color: 006699;
width: 25em;
}
.bodyContent .contactTable{
 border-width: medium;
        border-style: solid;
        border-color: 006699;
width: 25em;
}
.bodyContent .userProfileDetail{
 border-width: medium;
        border-style: solid;
        border-color: 006699;
width: 25em;
}
.interestsAndDetails{
 border-width: medium;
        border-style: solid;
        border-color: 006699;
width: 25em;
}
.bodyContent .userProfileCompany{
 border-width: medium;
        border-style: solid;
        border-color: 006699;
width: 25em;
}

.bodyContent .userProfileURL{
 border-width: medium;
        border-style: solid;
        border-color: 006699;
width: 25em;
}
.bodyContent .userProfileSchool{
 border-width: medium;
        border-style: solid;
        border-color: 006699;
width: 25em;
}
.bodyContent .userProfileNetworking{
 border-width: medium;
        border-style: solid;
        border-color: 006699;
width: 25em;
}
.bodyContent .extendedNetwork{
 border-width: medium;
        border-style: solid;
        border-color: 006699;
width: 30em;
}
.latestBlogEntry{
 border-width: medium;
        border-style: solid;
        border-color: 006699;
width: 30em;
}
.bodyContent .navigationBar{
 border-width: medium;
        border-style: solid;
        border-color: 006699;
width: 30em;
}
.bodyContent .blurbs{
 border-width: medium;
        border-style: solid;
        border-color: 006699;
width: 30em;
}
.bodyContent .friendSpace{
 border-width: medium;
        border-style: solid;
        border-color: 006699;
width: 30em;
}
.bodyContent .friendsComments{
 border-width: medium;
        border-style: solid;
        border-color: 006699;
width: 30em;
margin-left: -10em:
 position: static;
 left: 5em;
 right: 5em;
}

</style>

<style type="text/css">

body table {margin-top:260px;}

body td table, body div table {margin-top:0;}

body{
background-position:top center;
margin-center: -800;}

div.topbanner {
top: 180;
left:57%;
margin-left: -470px;
width:790 px;
height: 255px;
position: absolute;
}
</style>

<div class="topbanner">
<img src="http://www.nursel.de/myspaceheader.gif" border="0px"></div>