
/* theme background images */

html { background: url(bg.png) repeat-x 50% top; } /* background repeating image */
body { background: url(bg2.png) no-repeat center top; } /* background center image */

/* links coloring */

a { color: #08a; } /* text links color */
a:hover { color: #707; } /* hover color (you can remove this) */
.grid_3 { background-image: none; background-repeat: no-repeat; background-attachment: scroll; background-position: -200px top; }
