/* Theme: Default */

/* -- Logo Image -- */
.header-logo img {
	content: url('/css/themes/default/images/logo.png');
}

/* -- Background -- */
body {
	background-image: url('/css/themes/default/images/background.jpg');
}

