#yourTag {
background-image: url(one.png), url(two.png);
background-position: center bottom, right bottom;
background-repeat: no-repeat;
width: 300px;
height: 350px;
}

Umarım açıklayıcı olmuştur.