Theme looks good, just keep the content coming and you’ll do well.
I’ve installed it locally and tried it. Worked like a charm.
Replace:
#wrapper {
margin-top: 20px;
background: #fff;
padding: 0 20px;
}
with:
#wrapper {
margin-top: 20px;
background: #333333;
color: #ffffff;
padding: 0 20px;
}
in the CSS file.