#body {
	
}
#zelogo{
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;*/
	top: -200px;
	
	height: 200px;
	max-width: 25em;
	background-image: url(../images/squares/face-44.jpg);
	background-repeat: no-repeat;
	/*background-size: ;*/
	background-position: center top;
	position: relative;
	z-index: 3000;/**/
	background-color: rgba(67,172,52,0);
	margin-right: auto;
	margin-left: auto;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out
}
#body.loaded #zelogo{
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;	*/
	top: 400px;
	
	position: relative;
	z-index: 3000;/**/
	height: 200px;
	background-image: url(../images/squares/face-44.jpg);
	background-repeat: no-repeat;
	/*background-size: ;*/
	background-position: center top;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out
}
#zelogosuite{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	top: -200px;
	/*right: ;*/
	height: 200px;
	max-width: 25em;
	background-image: url(../img/logo-incitu300.png);
	background-repeat: no-repeat;
	/*background-size: ;*/
	background-position: center top;
	position: relative;
	z-index: 3000;/**/
	background-color: rgba(67,172,52,0);
	margin-right: auto;
	margin-left: auto;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out
}
#body.loaded #zelogosuite{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;	
	top: -2px;
	/*right: ;*/
	position: relative;
	height: 200px;
	background-image: url(../img/logo-incitu300.png);
	background-repeat: no-repeat;
	/*background-size: ;*/
	background-position: center top;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out
}
