﻿body
{
    background-image: url('../images/duvar.png');
    background-color:#7d7d7d;
}

.ErrorPage
{
    width:450px;
    padding:20px;
    margin-top:200px;
    height:100px;
    margin-left:auto;
    margin-right:auto;
    background-color:RGBA(240,240,240,0.6);
    border-radius:5px;
}

.ErrorPageLeft
{
    width:100px;
    height:93px;
    float:left;
    margin-top: 5px;
}

.ErrorPageRight
{
    margin-left:20px;
    width:330px;
    height:72px;
    float:left;
    text-align:center;
    color:#9a0505;
    font-weight:bold;
    font-size:19px;
    text-shadow:0px 0px 5px #FFFFFF;
    margin-top: 15px;
}

.ErrorPageErrorCode
{
    margin-top:50px;
    margin-left:auto;
    margin-right:auto;
    width:147px;
    height:43px;
    padding:10px;
    background-color:RGBA(240,240,240,0.6);
    text-shadow:0px 0px 5px #FFFFFF;
    border-radius:5px;
    text-align:center;
    color:#9a0505;
    font-weight:bold;
    font-size:19px;
}