#ant-bg {
	/*
	background-image: -webkit-linear-gradient(135deg, hsla(196, 100%, 68%, .5), hsla(207, 100%, 90%, .5));
	background-image: linear-gradient(-45deg, hsla(196, 100%, 68%, .5), hsla(207, 100%, 90%, .5));
	-webkit-animation: hue-rot 20s infinite alternate;
	animation: hue-rot 20s infinite alternate;
	-webkit-perspective:400;
	perspective:400;
	*/
	z-index: -1; position: fixed; left: 0; top: 0; right: 0; bottom: 0; overflow: hidden;
	
background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(207,245,255,1) 20%, rgba(74,210,255,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(20%, rgba(207,245,255,1)), color-stop(100%, rgba(74,210,255,1)));
background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(207,245,255,1) 20%, rgba(74,210,255,1) 100%);
background: -o-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(207,245,255,1) 20%, rgba(74,210,255,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(207,245,255,1) 20%, rgba(74,210,255,1) 100%);
background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(207,245,255,1) 20%, rgba(74,210,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#4ad2ff', GradientType=1 );
}
#abg-clouds {
	position: absolute; left: 50%; top: 50%; margin-left: -256px; margin-top: -256px; width: 512px; height: 512px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
#abg-clouds div {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.jBgCloud { position: absolute; left: 256px; top: 256px; width: 20px; height: 20px; margin-left: -10px; margin-top: -10px; }
.jBgCloudLay {
	position: absolute; left: 50%; top: 50%; width: 256px; height: 256px; margin-left: -128px; margin-top: -128px;
	-webkit-transition: opacity .5s ease-out;
	transition: opacity .5s ease-out;
}
@-webkit-keyframes hue-rot {
	100% { -webkit-filter: hue-rotate(360deg); filter: hue-rotate(360deg); }
}
@keyframes hue-rot {
	100% { -webkit-filter: hue-rotate(360deg); filter: hue-rotate(360deg); }
}
