#gif_preloader{
	position: fixed;
	text-align: center;
	width: 100%;
	height: 100%;
	z-index: 10000;
	background: #204A3E;
	background: -webkit-linear-gradient(45deg, rgba(32, 74, 62, 1) 0%, rgba(32, 94, 122, 1) 50%, rgba(121, 179, 139, 1) 100%);
	background: -moz-linear-gradient(45deg, rgba(32, 74, 62, 1) 0%, rgba(32, 94, 122, 1) 50%, rgba(121, 179, 139, 1) 100%);
	background: linear-gradient(45deg, rgba(32, 74, 62, 1) 0%, rgba(32, 94, 122, 1) 50%, rgba(121, 179, 139, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#204A3E", endColorstr="#79B38B", GradientType=0);
}
#gif_preloader div {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
#gif_preloader div img{
	width: 150px;
    height: 201px;
}