﻿:root {
	--page-logo: url(https://cdn.pwonline.ru/static/img/forum/themes/heaven_city/logo.png);
	--page-bg-img: url(https://cdn.pwonline.ru/static/img/forum/themes/heaven_city/bg.jpg);
	--page-bg-color: #3470ab;

	--footer-text-color: #fff;
}

html, body {
	background: var(--page-bg-color);
}

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

	.above_body .logo-image {
		width: 216px;
		height: 200px !important;
		margin: 0px 23px;
		background-image: var(--page-logo);
		background-position: center;
		background-repeat: no-repeat;
	}

/* footer */

.below_body,
.footer_time,
.footer_copyright,
.footer_morecopyright,
.below_body a,
.below_body a:hover {
	color: var(--footer-text-color);
}
footer {
	background: none;
	color: var(--footer-text-color);
}
footer .logos a img {
	opacity: 0;
}
footer .logos a:nth-child(1) {
	background: url(https://cdn.pwonline.ru/static/img/main/page/footer/pw2.png) no-repeat 0 0;
}
footer .logos a:nth-child(2) {
	background: url(https://cdn.pwonline.ru/static/img/main/page/footer/vkplay2.png) no-repeat 0 0;
}
footer .logos a:nth-child(3) {
	background: url(https://cdn.pwonline.ru/static/img/main/page/footer/astrum2.png) no-repeat 0 0;
}
