body{
    font: 400 15px/1.4 'Open Sans',sans-serif;
	background-color: #eeeeee;
}
h1{
 margin:0;	
 padding:0;
}
p, ul, ol, pre{
    margin-bottom: 18px;
    line-height: 18px;
    font-size: 12px;
}
hr{
	margin: 24px -8px 9px;
    border: 0;
    border-top: 1px solid #c9c7c7;
}
#errorPage{
	position: static;
    left: auto;
    right: auto;
    width: 450px;
    margin: 120px auto;
    padding: 0;
}
header{
    height: 60px;
    z-index: 2;
	background-color: #27313C;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.15);
}
#logo{
    height: 24px;
    padding: 18px 0 18px 15px;
    width: 224px;
    /*background: url(images/logo.png) left center no-repeat;*/
}
#logo a{
	text-shadow: 0 -1px 0 #999999;
    color: #ffffff;
	text-decoration:none;
}
.err_content{
    background-color: rgba(255, 255, 255, 0.96);
}
#errorPage .err_content{
    min-height: 50px;
    padding: 8px;
}
#errorPage .err_content h1 {
	color: #404040;
    font-size: 116px;
    font-weight: 700;
    line-height: 0.9em;
    letter-spacing: -9px;
	text-align: center;
}
.go_back{
	width: 103px;
	display: block;
    padding: 0 5px;
    text-decoration: none;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    border-radius: 3px;
    padding: 8px 9px;
    background-color: #404040;
}
footer{
	padding: 6px 0px;
    text-align: right;
    font-size: 12px;
}