#home {
	font-family: 'prismatic_4__baseregular';
	background: #5656df;
	background-color:black;
	position:absolute;
	min-height: 100%;
	width: 100%;	
	z-index:-9999;
	color: white;
        background: url(/imagenes/base/gifs/GifHome.CA.gif) no-repeat center center fixed;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
}
