IE と Firefox の互換性を高める

全要素指定でデフォルト値を与えてやれば多少はましになるそうで。

 * {
    margin: 0;
    padding: 0;
    /* border-width: 0; */
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    text-indent: 0;
 }