It looks like there is an error somewhere in your code that is throwing off the alignment in the home middle 1 & 2. Double check your code (text widgets or any widgets you’ve added custom code). This usually happens when there is a missing div, paragraph, or any other html tags….it could also happen if there are extra tags that aren’t supposed to be there. So check your code and see if anything is missing. You could also check an HTML validator – http://validator.w3.org/check?uri=http%3A%2F%2Ftheferriswheel.org%2F&charset=%28detect+automatically%29&doctype=Inline&group=0 but it would probably be easier to just check your widgets first.