﻿*
{
    margin:0px;
    border:0px;
    padding:0px;
}
.ErrorContentWrapper
{
    width:100%;
    height:330px;
    display:block;
}
.ErrorContentContainer
{
    color:#e5e5e5;
    font-size:20px;
    font-weight:bold;
    text-transform:uppercase;
}
.ErrorTextContainer
{
    width:465px;
    text-align:center;
    color:#e5e5e5;
    font-weight:bold;
    margin:200px auto 0 auto;
}
.ErrorTextContainer a, .ErrorTextContainer a:visited, .ErrorTextContainer a:hover
{
}
