html{
	width:100%;
	height:100%;
	background:url(test-transparency.png);
}
body{
	width:100%;
	height:100%;
}
object{
	position:absolute;
	left:20px;
	top:20px;
	width:100px;
	height:100px;
	z-index:1;
}
