@charset "UTF-8";
/* 
	Project: Recidiv
	Date: March 2011
	Descrition: Error pages.
	Language: CSS3
	Version: 1.0
	Author: Jacob Svensson
*/

.error404		{
				font-family:Arial, Helvetica, sans-serif;
				font-size:9.2em;
				text-transform:uppercase;
				font-weight:bold;
				letter-spacing:-5px;
				line-height:85px;
				text-align:right;
				float:right;
				margin:40px 40px 40px 0px;
				}	
				
/*@-webkit-keyframes ufo {
   		0% {
	bottom: 0; 
	left: 340px; 
}

   		33% {
	bottom: 340px; 
	left: 340px;
}		

   				66% {
	bottom: 340px;
	left: 40px; 
}

   				100% {
	bottom: 0; 
	left: 40px;
}
}
*/
#ufo	{
	background:url(../images/ufo.png) no-repeat;
	width:170px;
	height:70px;
	z-index:10;
	position:relative;
	display:inline;
    -webkit-transform: translate(540px,-200px);
    -moz-transform: translate(540px,-200px);
    -o-transform: translate(540px,-200px);}
/*
ufo.animate {
		-webkit-animation-name:ufo;
		-webkit-animation-duration: 10s;
		-webkit-animation-timing-function: ease;
		-webkit-animation-iteration-count: 1;

}*/

