i am having trouble with my new project. i code corectly if i say.

link of the website- which is having problem
This div is giving me tension
<div class="content-bottom"></div>
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Edit:
After checking your code, I noticed that you understand the theory of floating and clearing, so I checked a bit more… It seems that you have unclosed
</div>somewhere, thus rendering youtdiv.content-bottomon a different DOM level then after thediv.content-middle.Original answer:
It’s because of the floating on your
#contentand#sidebarYou should use
clear:both;for the.content-bottomdiv.Read more about clearing and floating here: http://www.quirksmode.org/css/clearing.html