ページの下部にある空白を削除する方法に問題があります。歯車の画像を削除すると正常に動作します。
html, body{
height: 100%;
width: 100%;
font-size:10pt;
}
.footer_fg{
float: left;
position: relative;
width:455px;
height:358px;
background: url('/include/images/Final-Website2_11a.png') no-repeat 0 0;
top: -150px;
border:0;
}
これはサイトの CSS です。