#banner{
    background:#fff url(http://www5b.biglobe.ne.jp/%7Ealexios/blog/design/title.png) no-repeat;
    background-position: center bottom;
    /* 包含要素を相対位置指定できるようにします */
    height:0px;
    position:relative;
}

/* カウンタ領域 */
#counter{
    text-align:right;
    background:#0E0E0E;
    height:1px;
    width:870px;
}

