Hi,
You have this in your style-artisteer-overrides.css
body
{
background-color: white;
color:black
background-image: none;
}
You are missing a semi-colon after color:black.
Further, I would just remove the background and color rules from the body selector of the style.css file. This will negate the need for the body selector in the style-artisteer-overrides.css file.
HTH,
Joe D.