I changed the top margin in here:
#wrap {
max-width: 960px;
margin: 20px auto 0 auto;
padding: 0px 30px 0px 30px;
z-index: 0;
}
#wrap {
max-width: 960px;
margin: 0px auto 0 auto;
padding: 0px 30px 0px 30px;
z-index: 0;
}
Ok I know I am not a CSS genius but hopefully this topic will help someone with the same issue.
??