body {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
    color: #000;
    background-position: top;
    background-repeat: repeat-x;
    background-image: url('../../images/page_background_top.jpg');
}



.page {
    width: 100%;
    height: 100%;
    text-align: center;
}

.pageHeader {
    width: 100%;
    height: 100px;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
}



.pageFooter {
    box-sizing: border-box;
    display: block;
    clear: both;
    border: solid #000 0;
    margin-top: 100px;
    margin-bottom: 20px;
    padding: 20px 0;
    color: #a1a1a1;
    font-size: 11px;
    text-align: center;
    background-color: transparent;
    background-image: url('../../images/page_footer_hr_line.png');
    background-position: center top;
    background-repeat: no-repeat;
    bottom: 0;
    width: 100%;
}



.pageContent {
    padding: 0;
    margin-top: 100px;
    margin-bottom: 200px;
    clear: both;
}


.errorBlock {
    display: inline-flex;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: solid #000 0;
    margin: auto;
    padding-left: 90px;
    padding-bottom: 30px;
    padding-top: 20px;
    background-color: transparent;
    background-image: url('../../images/error_image.png');
    background-position: 0 10px;
    background-repeat: no-repeat;
    text-align: left;
    line-height: 1.5;
}
