There may be any number of body tags in a html file but only the first and the last one is considered.
<body bgcolor="lightblue">
<h1>First</h1>
<h1>second</h1>
</body>
Try using the firebug and see the difference..
Let me know if there is any problem you face...
Nice question though...
Thanks and Regards
Akiii