body {
    font-family: Calibri, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 18px;
    background: #f4f3f1;
	color: RGB(100,100,100);
    }
	

/* #logo
--------------------------------------------------------------------- */

#logo {
	padding: 40px;
	width: 48px;
	height: 35px;
	margin: 0 auto;
}
#logo a {
	display: block;
	background: url(../img/logo.png) no-repeat 0 center;
	width: 48px;
	height: 35px;
	text-indent: -9999px;
}



/* #error-wrapper
--------------------------------------------------------------------- */

#error-wrapper {
	width: 450px;
	min-height: 200px;
	margin: 0 auto;
	padding: 40px;
	background: white;
	border-radius: 8px;
	box-shadow: 0 1px 4px RGBa(0,0,0,0.3);
	text-align: center;
}
#error-wrapper h1 {
	font-size: 1.6em;
	line-height: 22px;
	color: RGB(80,80,80);
}
#error-wrapper h2 {
	font-size: 16px;
	line-height: 22px;
	color: RGB(80,80,80);
	border-top: 1px solid #ddd;
	padding-top: 1em;
	margin-top: 2em;
}
#error-wrapper p {
	margin: 1em 0;
	}
#error-wrapper ul {
	list-style-type: disc;
	margin: 19px;
}
#error-wrapper ul li {
	margin-bottom: 5px;
}
#error-wrapper a {
	color: RGB(0,158,225);
}
#error-wrapper address {
	font-style: normal;
}

@-webkit-keyframes scaleError
	{
	0% {
		opacity: 0; 
		-webkit-transform: scale(0.5); 
		-webkit-animation-timing-function: linear; 
		}
	100% { 
		opacity: 1; 
		-webkit-transform: scale(1);
		}
	}
#error-wrapper {
	-webkit-opacity: 0;
	-webkit-animation-name: scaleError;
	-webkit-animation-duration: 0.2s;
	-webkit-animation-delay: 0.3s; 
	-webkit-animation-fill-mode: forwards;
}

@-moz-keyframes scaleError
	{
	0% {
		opacity: 0; 
		-moz-transform: scale(0.5); 
		-moz-animation-timing-function: linear; 
		}
	100% { 
		opacity: 1; 
		-moz-transform: scale(1);
		}
	}
#error-wrapper {
	-moz-opacity: 0;
	-moz-animation-name: scaleError;
	-moz-animation-duration: 0.2s;
	-moz-animation-delay: 0.3s; 
	-moz-animation-fill-mode: forwards;
}


	


/* #footer
--------------------------------------------------------------------- */

#footer {
	width: 960px;
	margin: 80px auto;
	color: RGB(85,85,85);
	text-align: center;
}
#footer #links {
	overflow: hidden;
	margin-bottom: 10px;
/*	float: left;*/
}
#footer #copyright {
	font-size: 12px;
	color: RGB(150,150,150);
/*	float: right;*/
}
#footer #links li {
	display: inline-block;
/*	float: left;*/
}
#footer li a {
	color: RGB(85,85,85);
}
#footer li a:hover {
	color: RGB(35,35,35);
}	
