CSS Validator Bug

There is a bug in the validator. This CSS is validating fine, unless I
use the referer (http://jigsaw.w3.org/css-validator/check/referer/):

body { font-family: monospace; margin: 0; padding: 0 }

.header { width: 100% }
.center, .left { border-right: 1px solid #000 }
.center, .left, .right { text-align: center }
.container { padding: 10px 50px }
.footer { text-align: center }
.left, .right { width: 25% }
.logo { width: 315px }
.logo a img { border: 0 }
.main { margin: 5px 0 10px; width: 100% }
.navigate { text-align: right; white-space: nowrap }
.navigate input { border: 1px solid #000; font-family: monospace }
.page { width: 100% }

Received on Sunday, 11 December 2005 12:09:14 UTC