HI Elbee, the <div id="feedbody"> and <div id="feeHeaderContainer"> already exist so you don't need to create them. But anyway i suspect that it will not work. Right now I think it may be better to try modifying the existing css. In the layout.css line 21 you can try to add position: relative and z-index:0 like this
Code:
#center_panel {
margin:0;
padding:0 10 px;
position:relative;
text-align:left;
vertical-align:top;
width:100%;
z-index:0;
}
Sorry for the change of heart. Still I can't test so I don't know if it will work.
Bookmarks