body {
    background: #3b009e;
    font-family: sans;
    font-size: 10pt;
    letter-spacing: 1pt;
    color: #ffffff
}

div#center {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -50px;
    padding: 0;
    border: 0
}

div#error {
    width: 400pt;
    margin: 0px auto;
    text-align: left
}

div#code {
    height: 100%;
    float: left;
    margin: 0px 20px 0px 0px;
    padding: 0px 10px;
    border-right: solid 1pt #0000ff;
    font-weight: bold;
    font-family: monospace;
    font-size: 48pt
}

a {
    text-decoration: none;
    font-weight: bold;
    color: #ffffff
}

a:hover {
    text-decoration: underline;
    color: #eeeeff
}

img {
    border: 0
}

div#center img {
    margin: 0 auto
}