:root {

	--page-logo: url(https://pw.cdn.gmru.net/static/img/main/themes/wandererspath/logo.png);
	--page-bg-top: url(https://pw.cdn.gmru.net/static/img/main/themes/wandererspath/bg.jpg);
	--page-bg-bottom: url(https://pw.cdn.gmru.net/static/img/main/themes/wandererspath/bg_bottom.jpg);
	--page-bg-color: #d5e2f5;

	--footer-text-color: #6a87b1;
}

html {
	background-image: var(--page-bg-bottom);
	background-color: var(--page-bg-color);
	background-position: center bottom;
	background-repeat: no-repeat;
}

body {
	background-image: var(--page-bg-top);
	background-position: center top;
	background-repeat: no-repeat;
}

	#logo {
		background-image: var(--page-logo);
		background-position: center;
		background-repeat: no-repeat;
	}

.footer_bot td {
	color: var(--footer-text-color);
}
