body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

#container {
	width: 100%;
	height: 100%;
	background-color: red;
	
}

#bgimg {
	background-image: url('img/anim/bg/a.jpg');
}

#frontimg {
	background-image: url('img/anim/fg/a.png');
}

#gradimg {
	background-image: url('img/gradient.png');
	background-size: 100%;
}

#coverimg {
	/*background-image: url('img/txtbg.jpg');*/
	background: black;
}

#txtimg {
	background-image: url('img/anim/txt/a.png');
	opacity: 0;
}

#container img {
	position: absolute;
	opacity: 0;
}

img {
	border: 0;
}



.imgcontainer {
	background-size:cover;
	height: 100%;
	width: 100%;
	display: block;
	
	background-position: 0px 0;
	
	position: absolute;
	background-repeat: no-repeat;
}

#preload {
	display: none;
}