У тебя в файле style.css (файловый менеджер/css/style.css) на 29 строке
Code
.header {height: 79px; background: url(/images/header.png) no-repeat 0px 0px; position: relative; z-index: 2;}
Замени на это
Code
.header {height: 0px; background: url(/images/header.png) no-repeat 0px 0px; position: relative; z-index: 2;}