Hey all,

I have an issue with a fixed background (at least that's what I'd like it to do) and a collapsable menu. Please see here:http://tanjavercauteren.be/test/

I'd like the sunflower to remain fixed at the left bottom of the screen, and the menu/text about 100px to its right.

Now I can't see the sunflower anymore, and I have a css-issue, because the height of the sunflower is moving with the height of the shown text in the menu.

This is the (wrong) css:
Code:
* {margin:0px; padding:0px;font-family: Tahoma, sans-serif;font-size: 11px;color:#fff;}
body {
margin: 0px;
background: #5588ff;
}
a{text-decoration:none; color:#fff;}
a:hover{text-decoration:underline; border-bottom:0px;}
a img {border:0;}
#content {
background:url(m10.png) no-repeat;
}
#text{
float:left;
bottom: 0px;
margin-left:300px;
width:200px;
}
Can anyone help me out here, please ?