I cannot seem to get a background to show up!
As soon as I add any -position or -repeat tags to the CSS the image disappears.
From: colors.css (Bartik - editing for my own interests)
/* ---------- Color Module Styles ----------- */
body,
body.overlay {
background: url(../images/bg.jpg);
background-position: 50px 200px;
background: #000;
}
Reference website: