/* theme background images */



html { background: url('img/repeat_bg.jpg') repeat-x top; } /* background repeating image */

body { background: url('img/video_bg.jpg') #a1eafb repeat-x; } /* background center image */



/* links coloring */



a { color: #38b; } /* text links color */

a:visited { color: #94b; }

a:hover { color: #663366; } /* hover color (you can remove this) */