
body
{
    min-height: 100%;
    background: #e5e5e5 url('pattern09.png');
    position: relative;
    padding: 0;
    margin: 0 !important;
}

header
{
    min-height: 45px;
    z-index: 99;
    position: relative;
    padding: 0 10px;
    border-bottom: 1px solid #ac3b3b;
    border-top: 1px solid #ac3b3b;
    background: url('redNoise.jpg');
}

.errorContainer
{
    text-align: center;
}

.errorContainer .errorCode
{
    font-size: 140px;
    font-weight: normal;
    -webkit-text-shadow: 2px 2px 0 #ffffff;
    text-shadow: 2px 2px 0 #ffffff;
    display: block;
    color: #707070;
    line-height: 140px;
}

.errorContainer span, .errorContainer a
{
    font-size: 22px;
    -webkit-text-shadow: 0px 1px 0 #ffffff;
    text-shadow: 0px 1px 0 #ffffff;
    display: block;
    color: #707070;
    line-height: 30px;
    margin-bottom: 20px;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.errorContainer a:hover
{
    -webkit-text-shadow: 2px 2px 2px #A8B2FF;
    text-shadow: 2px 2px 2px #A8B2FF;
}