
#clouds {
	height: 100%;
	left: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 0;
}

#clouds-small div {
	background: url( "/images/clouds/small.png" ) no-repeat scroll 0 0 transparent;
	position: absolute;
	width: 170px;
	height: 105px;
	z-index: 1;
	opacity: 0.5;
}

#clouds-medium div {
	background: url( "/images/clouds/medium.png" ) no-repeat scroll 0 0 transparent;
	position: absolute;
	width: 291px;
	height: 169px;
	z-index: 2;
	opacity: 0.5;
}

#clouds-large div {
	background: url( "/images/clouds/large.png" ) no-repeat scroll 0 0 transparent;
	position: absolute;
	width: 446px;
	height: 257px;
	z-index: 3;
	opacity: 0.5;
}

#clouds-large .cloud1 {
	top: 5%;
	left: 27%;
}
#clouds-large .cloud2 {
	top: 25%;
	left: 98%;
}
#clouds-large .cloud3 {
	bottom: 25%;
	left: 94%;
}
#clouds-large .cloud4 {
	bottom: 10%;
	left: 22%;
}
#clouds-large .cloud5 {
	bottom: 0;
	left: -20%;
}

#clouds-medium .cloud1 {
	top: 5%;
	left: 53%;
}
#clouds-medium .cloud2 {
	top: 25%;
	left: 71%;
}
#clouds-medium .cloud3 {
	bottom: 30%;
	left: 8%;
}
#clouds-medium .cloud4 {
	bottom: 10%;
	left: 3%;
}
#clouds-medium .cloud5 {
	bottom: 0;
	left: -20%;
}

#clouds-small .cloud1 {
	top: 2%;
	left: -20%;
}
#clouds-small .cloud2 {
	top: 15%;
	left: 26%;
}
#clouds-small .cloud3 {
	bottom: 30%;
	left: 72%;
}
#clouds-small .cloud4 {
	bottom: 10%;
	left: 26%;
}
#clouds-small .cloud5 {
	bottom: 0;
	left: -20%;
}
