@charset "utf-8";

body{
	margin:0; 
	padding:40px;
	font-family: 'Arial', sans-serif; font-size: 14px; color: #333; font-weight: 300;
	background: url(../images/bg-error.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.areaInfo{
	position: absolute;
	left: 20%; right: 20%; top: 20%;
}
h1,h2{
	font-size: 3em;
	color: #fff;
	text-shadow: 4px 4px 12px rgba(0, 0, 0, 1.0);
}
h2{
	font-size: 2em;
}
p{
	font-weight: 700; color: #fff; font-size: 1.5em; line-height: 1.5em;
	text-shadow: 4px 4px 12px rgba(0, 0, 0, 1.0);
}
a{
	display: inline-block;
	color: #fff; text-decoration: none; font-size: 1.3em; font-weight: 700;
	border: solid 1px #fff;
	padding: 10px 20px;
	transition: background-color ease 0.5s;
}
a:hover{
	background-color: #fff; color: #333;
	border: solid 1px #fff;
}
