The url to the site is http://server6.stredwicks.co.uk/facilities.html
The problem is the massive block of colour that shouldn’t be there. and the footer gets messed up.
Any help would be appreciated.
The problem lies in the footer which is the same code as http://server6.stredwicks.co.uk
Thanks
Add:
overflow: auto;to:#containerin:layout.csson line 244This is needed because in the given example #container has no height due to all it’s children being floated.