/*
 * Sites Name: stilsoft.ru, videolocator.ru, stilpost.ru, synerget.ru
 * URI: http://stilpost.ru/css/errors.css
 * Description:
 * Author: Sergej Kondratjew
 * Author URI: sergej@kondratjew.com
 * Template:
 * Version: 0.1.0
 * */

/*  Errors page
    -------------------------------------------------------------------------*/

html, body {
    height: 100%;
}

body {
font-family: Arial, Helvetica, sans-serif;
background: #7e7e7e;
color: #595959;
}

#outer {
    width: 100%;
    display: table;
    height: 100%;
    #position: relative;
    overflow: hidden;
}

#middle {
    display: table-cell;
    vertical-align: middle;
    #position: absolute;
    #top: 50%;
}

#inner {
     width: 500px;
     margin-left: auto;
     margin-right: auto;
     padding: 20px;
     border: 2px solid red;
     background-color: white;
     #position: relative;
     #top: -50%

}

#inner h1 {
    color: red;
    font-size: 18px;
}

#inner p {
    margin: 5px 0;
    font-size: 13px;
}
