html, body {	width: 100%;	height: 100%;	padding: 0;	margin: 0;	overflow:hidden;}#rain {	position:absolute;	top:0;	left:0;	width:900px;	height:600px;	overflow:hidden;	z-index:1;}#rain .drop{	position:absolute;	display:block;}* #rain .drop {	filter: expression(fixPNG(this));}#bg, canvas {	position: absolute;	top:0;	left:0;}div#bg {	background: url(./clouds.jpg) no-repeat;	width: 100%;	height:100%;}#content {	position:relative;	width: 50%;	font-size:140%;	line-height: 1.4;	color: #fff;	left:25%;	top:100px;}