Hi
I do not know what You mean by "banner". On top of Your site I can only see a logo with some bad codding and positioning. You should cut just the logo from all of this empty space and use a style like this to center it:
- Code: Select all
#gkLogo {
float: none;
margin: 0 auto 15px;
width: 184px;
}
#gkLogo img {
display: block;
height: 184px;
margin: 0;
width: 184px;
}