このウェブサイトをご覧ください。
下部に空白があります。私はそれをチェックしましたが、私の CSS には最小の高さが記載されていません。
以下のように、本体のcssの詳細にあると思われます。
body {
line-height: 1.5;
font-size: 87.5%;
word-wrap: break-word;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding: 0;
border: 0;
outline: 0;
background: none repeat scroll 0 0 #EFEFEF;
}
html, body, #page {
height: 100%;
}