Checked 🙂
You also have to change the size of your header so it will match with the logo.
template.css line 868.
Change it to the value in red and it will fit perfectly!
#ja-header {
border-bottom:3px solid #C21317;
}
red.css (regel 72)
#ja-header {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF url(../images/header-bg.gif) repeat-x scroll 0 19px;
border-bottom:3px solid #D58400;
border-top:1px solid #CCCCCC;
height:220px;
line-height:normal;
margin:0 10px;
padding:0;
position:relative;
z-index:999;
}