Go to the stylesheet (style.css) and search for this:
.page-wrapper:before {
position: absolute;
content: “”;
left: 0;
right: 0;
top: 0;
height: 6px;
background: url(images/page-top-bg.jpg) no-repeat center 0 #ff5b5b;
}
and change the height to “0px”
This removes the remaining strip on top.
Best,
V