This is a test page for multiple backgrounds on one div element.
Do they show up?
#example1 {
width: 500px;
height: 250px;
background-image: url(background1.png), url(background2.png);
background-position: center bottom, left top;
background-repeat: no-repeat;
}