私はページで作業しており、スタイルシートのラッパーにコンテンツを配置しています。ただし、ラッパーの背景がコンテンツの背後に表示されず、その理由がわかりません。
これがコードスニペットです。
#wrapper {
width: 850px;
margin-top: -44px;
padding: 15px;
background-image: url('http://www.website.com/tumblr/images/contentbg_grey.png') repeat-y center;
border: dashed thin blue;
position: relative;
text-align:center;
}