.animatedClouds
{
	height:150px;
	margin: auto;
	width:960px;
	margin-left:20px;
	position:absolute;
	z-index:1000;
}
#cloud1
{
	/*display:none;*/
	margin:20px 0 0 200px;
	position:absolute;
	width:72px;
	height:55px;
	float:left;
	background:url("cloud1.png") no-repeat;
	z-index:999;
}
#cloud2
{
	/*display:none;*/
	margin:20px 0 0 840px;
	position:absolute;
	width:105px;
	height:80px;
	float:left;
	background:url("cloud2.png") no-repeat;
	z-index:999;
}
#cloud3
{
	/*display:none;*/
	margin:60px 0 0 0;
	position:absolute;
	width:83px;
	height:57px;
	float:right;
	background:url("cloud3.png") no-repeat;
	z-index:999;
}

