body, html{
	overflow: hidden;
	widows: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
body{
	background-color: #000;
	background-image: url(img/error1-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#container-center{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0px;
	height: 0px;
}

#error{
	position: absolute;
	top: -330px;
	left: -450px;

	width: 800px;
	height: 300px;


	-webkit-transform: rotate(345deg);				
}

#error h1{
	position: relative;
	width: 100%;
	color: #369;
	font-family: Palatino Linotype;
	font-size: 70px;
	text-shadow: 0px 0px 12px #000;
	text-align: left;

	margin: 0px;
	padding: 0px;
	opacity: 1;
	z-index: 20;
}

#error .desc{
	position: relative;
	width: auto;
	color: #fff;
	font-family: Georgia;
	font-size: 18px;
	/*text-shadow: 1px 1px 6px #000;*/
	text-align: left;
	margin: -25px 0 0 122px;
	font-weight: normal;

	background: #00602B;
	padding: 7px 20px 7px 7px;
	box-shadow: 0px 0px 2px 1px #000;
	border-radius: 1px;
	z-index: 10;
	display: inline-block;

	-webkit-transform: rotate(0deg);
}

#footer{
	position: absolute;
	bottom: 0px;

	width: 100%;
	height: 60px;
	color: #fff;
	text-align: right;
}

#footer a{
	padding-right: 10px;
}

#footer img{
	display: inline-block;
	vertical-align: middle;
	max-height: 48px;
}

a,
a:visited,
a:link{
	text-decoration: none;
	color: #eee;
	font-family: Calibri;
	font-size: 20px;
	opacity: 0.85;

    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}

a:hover{
	text-decoration: none;
	color: #F5B800;
	opacity: 1;
}
