ヘッダーの背景色が白く見えないことをご存知ですか?どういうわけか、体の背景として使われている背景画像しか見えません。Thks
body {
overflow: hidden;
background:url(../images/81107173.jpg) no-repeat center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
-o-background-size: cover;
background-size: cover;}
#header {position:absolute; top:0px; left:0px; height:100px; overflow:hidden; background-color:#FFF; }
#container {position:absolute; top:100px; bottom:60px; left:0px; overflow:auto; background:#639;}
#footer {position:absolute; bottom:0px; height:60px; left:0px; overflow:hidden; background:#FC6;}