div.wrapper{
width:950px;
background:url(images/bg-t.png) 0 0 no-repeat;
margin:auto;
padding:30px 0 0 0;
}
div.wrapper-b{
background:url(images/bg-b.png) 0 100% no-repeat;
padding:0 0 40px 0;
}
div.wrapper-m{
background:url(images/bg-m.png) 0 0 repeat-y;
padding:0 25px 0 30px;
}
For some reason only the top image (/images/bg-t.png) is showing up. Whats wrong?