@charset "utf-8";
html {} /* Browser bug causes 1st rule to be ignored, so add this dummy rule */

.pageErrorCon {
    background: url("../images/error.jpg") no-repeat 100% 34px;
    max-width: 100%;
    min-height: 256px;
    padding: 0 370px 0 0;
    width: 800px;
    margin: 0;
}

.pageErrorCon li {
    padding-top: 8px;
}

.errorPageContents {
    width: 800px;
    margin: auto;
}