@charset "UTF-8";
/* CSS Document */

html, body {  width:100%; height:100%;  
-webkit-transition: -webkit-transform 666ms cubic-bezier(.666, 0, .333, 1);
    transition: transform 666ms cubic-bezier(.666, 0, .333, 1);
}
html {
	width:100%; 
   	height:100%; 
   	background:url(/assets/i/CLOGNOG_logo-ANI-crmbkgd_500.gif) center center no-repeat;
	background-color:#f3f1ed;
	overflow: hidden;
}

#clognog-logo-front img {
   position: absolute;
   top: 50%;
   left: 50%;
   width: 502px;
   height: 106px;
	margin-left: -251px; /* Half the width */
	margin-top: -53px;  /* Half the height */
}


