Problem mit CSS, content wird an der falschen..

…stelle angezeigt:
Wenn ihr euch diese Seite anschaut, dann fällt euch das Problem sofort auf:
index: GUCKST du
css: GUCKST du immer noch?!

Könnt ihr mir helfen?
Danke schon mal im Voraus!

Setze mal in Navuu und in dem Content float:left; ein dann sollte sich schon was verändern. Und poste nochmal wie es aussieht.

mfg Gero

giing nicht.
habe es so geschafft:
[HTML]body {
background-color : #FFFFFF;
color : #000000;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
}
#all {
margin: 0 auto;
width:900px;}

#header {
background-image : url(pictures/header.png);
width : 900px;
height : 80px;
margin-right : auto;
margin-left :px;
}
#rand{
width : 898px;
height : 10px;
border : 1px solid white;
background-color : #6F6F6F;
margin-right : auto;
}
#navoo {
width : 899px;
height : 20px;
padding-top : 5px;
background-color : #DFDFDF;
margin-right : auto;
text-align : right;
}
#navuu {
width : 150px;
float:left;
background-color : #DFDFDF;
text-align : center;
}
#content {
float:left;
padding:10px;
width : 725px;
height : auto;
}
#copy {
clear:left;
width : 900px;
height : 20px;
background-color : #DFDFDF;
text-align : right;
}[/HTML]