
/* theme background images */

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

/* links coloring */

a { color: #3a9; } /* text links color */
a:hover { color: #298; } /* hover color (you can remove this) */
