In global.css, find;
.thead {
background: url(images/debate/thead_bg.png) top no-repeat;
color: #fff;
height: 30px;
font-family: arial;
font-size: 12px;
}
and Remove height attribute, like this;.thead {
background: url(images/debate/thead_bg.png) top no-repeat;
color: #fff;
font-family: arial;
font-size: 12px;
}