﻿.error .wrapper 
{
    text-align: center;
    width:600px;
    margin:0 auto;
    margin-top: 100px;
}  
    
.error img 
{
	margin-bottom: 20px;
	margin-right: 20px;   
}
.error span 
{
	font-size: 70px;
	font-weight: normal;
	color: #555;
	margin-bottom: 20px;
    display: inherit;
}

.error p 
{
    padding: 10px 80px;
    font-size: 16px;
    text-align: center;
    margin-bottom: 180px;
    color: #777;
}