I can't seem to get the website I'm building to center.
I put the website online for you to find the problem:
http://www.piccadilly.london/gourmetdinner-alpha.html and http://www.piccadilly.london/gourmet-alpha.css
Below is my wrapper css, if this is helpful:
#wrapper {
width: 1270px;
background-color: #ffffff;
margin: 0 auto;
}
Waiting for any answers to solve this - thanks in advance.