Multiple backgrounds
.container {
background: url("../images/top-image.png) no-repeat, /*I'm higher z-index than the others */url(../images/middle-image.png) repeat,url(../images/background-image.png") repeat;
}