@charset "utf-8";

body {
	background-color: #0a1010;
	padding: 0;
	margin: 0;
	font-family: georgia,serif;
	text-align: left;
	line-height: 24px;
	color: #5e5e5e;
	background-image: none;
}

#Error {
	background-image: url('https://cdn.akamai.steamstatic.com/apps/dota2/images/error/error_bg.png');
	background-position:center top;
	background-repeat: no-repeat;
	height:600px;
	position:relative;
	margin-top:40px;
	color:#817c7a;
}

#ErrorMessage {
	width: 500px;
	margin-left:auto;
	margin-right:auto;
	padding-right:240px;
	padding-top:120px;
	color: #817c7a;
}

.ErrorTitle {
	font-size:36px;	
	margin-left:-2px;
}

.ErrorDescription {
	padding-top:16px;
}

