
/* theme background images */

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

/* links coloring */

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