html,body {
    margin: 0;
    padding: 0;
    background-color: #282832 !important;
    font-size: 11px;
    font-family: Verdana,Helvetica,Arial,Geneva,Helvetica,sans-serif;
    color: #fff;
}

h1, h2, h3 { 
    font: normal normal 28px "Trebuchet MS",Arial,sans-serif !important; 
    color: #DCDDDF !important;
    margin: 0;
    padding: 0;
}

h2 { 
    font-size: 20px !important;
}

h3 { 
    font-size: 16px !important;
}

#error_body {
    position: absolute;
    width: 490px;
    left: 50%;
    margin-left: -250px;
    background: #4A4E5A url('../images/error_footer.jpg') no-repeat scroll left bottom;
    padding: 5px;
}

.error_img {
    width: 140px;
    float: left;
}

.error_text {
    float: left;
    width: 350px;
}

* html .error_text {
    padding-bottom: 5px;
}

*+ html .error_text {
    padding-bottom: 5px;
}

.text {
    text-align: justify;
    padding-right: 10px;
}