
/* theme background images */

html { background: url('repeat.bg.jpg') repeat-x top; } /* background repeating image */
body { background: none; } /* background center image */

/* links coloring */

a { color: #865; } /* text links color */
a:hover { color: #754; } /* hover color (you can remove this) */
