@charset "utf-8";
/* CSS Document */
body {
	background-image:url(../images/rain.jpg);
}

#animate {
	background-image: url(../images/flood.gif);
	position:absolute;
	overflow: hidden;
	width:960px;
	height:540px;
	left: -100px;
	z-index:1;
	top: 0px;
}
#animate2 {
	background-image: none;
	position:absolute;
	overflow: hidden;
	width:1px;
	height:1px;
	left: -100px;
	z-index:1;
	top: 0px;
}
#animate3 {
	background-image: none;
	position:absolute;
	overflow: hidden;
	width:1px;
	height:1px;
	left: -100px;
	z-index:1;
	top: 0px;
}
#animate4 {
	background-image: none;
	position:absolute;
	overflow: hidden;
	width:1px;
	height:1px;
	left: -100px;
	z-index:1;
	top: 0px;
}
