Hi,
thanks for the tip. I found out that the line needs to go at the bottom of the branding div, so I put in the following in bold under branding:
#branding {
display:block;
float:none;
clear:both;
height:75px;
padding-top:0;
padding-top:0px;
padding-bottom:0px;
border-bottom: 1px solid #000000;
}
However nothing happened…