
/* theme background images */

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

/* links coloring */

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

img { 
    border: 0; 
    }