
/* theme background images */

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

/* links coloring */

a { color: #38b; } /* text links color */
a:hover { color: #FF6724; } /* hover color (you can remove this) */
