html {
    cursor: default;
}

div#errors {
    background: url("/img/linux_rocks_small.png") no-repeat;
    background-position: 15% center;
    height: 400px;
    padding-left: 500px;
    font-family: monospace;
    font-weight: bold;
}

div#errors #text {
    position: relative;
    top: 40%;
}

div#errors #text p#errcode, div#errors #text p#errmsg {
    font-size: 20px;
}

div#errors #text p#errcode {
    color: #f00;
}

acronym {
	border-bottom-style: dashed;
}

p.indented {
	margin-left: 2em;
}
