
/* theme background images */

html { background: url('bg.png') repeat-x top; } /* background repeating image */
body { background: no-repeat center top; } /* background center image */

/* links coloring */

a {color: #ddd;font-size: 1em;  } /* text links color */
a:hover { color: #888;font-size: 1em; } /* hover color (you can remove this) */
