body {
    background-color: #dddddd;
}
body.dark {
    background-color: #333;
    color: #FFF;
}
.center {
	text-align: center;
}

