body{
	background: url('../app/webroot/img/layout_publico/error/404.jpg') no-repeat;
	background-size: cover;
	overflow: hidden;
	background-position: center center;
	background-attachment: fixed;
}

.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto; 
    width: 400px;
    text-align: center;
    color: white;
    font-family: 'Russo One', sans-serif;
    text-shadow: 1px 2px #000;
}
