﻿body {
    background: url(../images/error_bg.gif) repeat-x #85A3E0;
    margin: 0;
}

.Title {
    background: url(../images/error_title.png) no-repeat;
    width: 225px;
    height: 320px;
}

.ErrorMsg {
    font: 12px Arial;
}

.ErrorCode {
    font: 30px Tahoma;
    color: #900;
    text-align: center;
}