Hi Christian,
Apologies for the delay
The first issue I think has to do with the negative margin on the #container.
Try adjusting the following:
#container {
background: url(../images/logo.png) no-repeat right top;
margin: 0 auto;
padding: 40px 0 0px 0;
margin-top: -50px;
z-index: 4;
}
and changing it to something like
#container {
background: url(../images/logo.png) no-repeat right top;
margin: 0 auto;
padding: 40px 0 0px 0;
margin-top: -50px!important;
margin-top:0;
z-index: 4;
}
Can you send me some ftp details via the
support ticket system and Ill take a look at the other issue.
Cheers Anthony