* {
    margin: 0px;
    padding: 0px;
}

html, body {
    height: 100%;
}

body {
    background-color: white;
}

a {
    color: gray;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#container {
    min-height: 100%;
    margin-bottom: -36px;
    position: relative;
}

.clearFooter {
    height: 26px;
    clear: both;
}

#footer {
    border-top: solid 1px gray;
    background-color: #EAEAEA;
    color: #636363;
    padding: 10px 10px 0px 10px;
    font-family: Helvetica, arial, freesans, clean, sans-serif;
    font-size: 12px;
    height: 25px;
    position: relative;
}

#error_block {
    border: solid 1px lightgray;
    position: fixed;
    left: 50%;
    top: 50%;
    background-color: white;
    z-index: 100;

    height: 340px;
    margin-top: -206px;

    width: 600px;
    margin-left: -300px;

    padding: 20px 20px 20px 20px;

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;

    -moz-box-shadow: 5px 6px 9px #797979;
    -webkit-box-shadow: 5px 6px 9px #797979;
    box-shadow: 5px 6px 9px #797979;
}

#error_text {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    padding: 45px 0 0 15px;
    color: #183913;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.30);
}

#icon403 {
    background-image: url('error403.png');
    width: 128px;
    height: 128px;
    float: left;
}

#error_title {
    height: 73px;
    margin: 40px 0px 0px 145px;

    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 40px;
    color: lightgray;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.30);
}

#error_suggestions {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    background-color: #EAEAEA;
    color: DarkSlateBlue;
    opacity: 0.9;
    padding: 5px 10px 5px 10px;
    width: 240px;

    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -120px;
    margin-top: 139px;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
