@charset "utf-8";

html, body {
    height: 100%;
    font-family: Arial, sans-serif;
}

body.error404 {
    background: white url(../new-i/404.jpg) no-repeat right bottom;
}

#message-wrapper {
    padding-top: 90px;
    padding-left: 160px;
}

#system-message {
    background: url(../i-wl/system-message.gif) no-repeat left bottom;
    width: 650px;
}
#system-message .logo {
    background: url(../i-wl/system-message.gif) no-repeat left top;
    height: 106px;
    position: relative;
}

#system-message .logo a {
    display: block;
    position: absolute;
    text-indent: -9999px;
    width: 170px;
    height: 44px;
    top: 20px;
    left: 50px;
}

#system-message .message {
    padding: 0 50px 38px;
}

#system-message .message h1 {
    color: #346088;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 5px;
}
#system-message .message p {
    color: #003260;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 29px;
}

#system-message .message .links {
    width: 130px;
    margin-right: 10px;
    list-style: none;
}

#system-message .message .links li {
    font-size: 14px;
    padding-bottom: 7px;
}
#system-message .message .links a {
    color: #29557c;
}

#system-message .message .showstack {
    padding-top: 2em;
}

#system-message .message .showstack span {
    color: #29557c;
    text-decoration: underline;
    cursor: pointer;
}

#contacts {
    position: absolute;
    width: 300px;
    top: 460px;
    left: 210px;
}
#contacts h3 {
    font-size: 13px;
    font-weight: bold;
    color: #848484;
    margin-bottom: 6px;
}
#contacts p {
    color: #444444;
    font-size: 11px;
    margin-bottom: 0;
}
#contacts a {
    color: #C46119;
}
