
/* theme background images */

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

/* links coloring */

a { color: #444444; font-weight:600;} /* text links color */
a:hover { color: #333333; } /* hover color (you can remove this) */

