i just wanted to put the bgbottom to the bottom part of my body.What happens the bottom image is until the end of footer and didn't go beyond to the bottom of the body.
#bgtop {
background-image:url(images/bgtop.png);
background-repeat: repeat-x;
}
#bgbottom { background:url(images/bgbottom.png) repeat-x bottom;}
HTML
<body>
<div id="bgtop"></div>
<div id="bgbottom"></div>