/* CSS Document */

#cloud1 {

	position: absolute;
	bottom: 150px;
	left: 5%;
	width: 148px;
	height: 58px;
	background: url(../imagens/nuvem_grande.png) no-repeat;
	opacity: 0.5;
	z-index: -13;

}

#cloud2 {

	position: absolute;
	bottom: 170px;
	left: 15%;
	width: 148px;
	height: 58px;
	background: url(../imagens/nuvem_grande.png) no-repeat;
	opacity: 0.7;
	z-index: -12;

}

#cloud3 {

	position: absolute;
	bottom: 150px;
	right: 5%;
	width: 86px;
	height: 34px;
	background: url(../imagens/nuvem_pequena.png) no-repeat;
	opacity: 0.7;
	filter: alpha(opacity=70);
	z-index: -11;

}

#sun {

	position: absolute;
	bottom: 110px;
	left: 24%;
	width: 66px;
	height: 57px;
	background: url(../imagens/sol.png) no-repeat;
	z-index: -10;

}
