/* theme background images */

html { background: url('center.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: #38b; } /* text links color */
a:hover { color: #94b; } /* hover color (you can remove this) */
#brief h2 { color: #0d0e11; margin-bottom: 40px; }
#brief h1 { color: #0d0e11; margin-bottom: 25px; margin-top:15px }