@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/ff-front_03.gif) center center repeat;
	background-color:#f3f1ed;
	overflow: hidden;
}

#theclipart-logo-front img {
   position: absolute;
   top: 50%;
   left: 50%;
   width: 260px;
   height: 244px;
	margin-left: -180px; /* Half the width */
	margin-top: -122px;  /* Half the height */
}

