マークアップを考えると
<div id="header">
<a href="cattle.html" class="current">Cattle Farms</a>
</div>
そしてスタイル
#header
{
width: 960px;
height: 200px;
margin-bottom: 20px;
}
#header a
{
width: 100%;
height: 100%;
display: block;
font-size: 25px;
}
「牛の農場」というテキストを、左から20ピクセル、下から20ピクセルの位置に配置/配置/配置して、ファイアバグ。