I would like to change the real design template to a dark template - how do i do that ?
with either a change in background color or adding a background image
body {
min-height: 100%;
background: white; //here you can put your color
font-size: 13px;
line-height: 2;
color: #555;
}