﻿	body
		{
			background-image: url('background/ru-autumn_ivan.png'), url('background/ru-hyperborea_nsfw.png'), url('background/background_frostburn-ru.png'), url('background/background-ru.png');
			background-attachment: fixed, fixed, fixed, fixed;
			background-position: calc(50% + 640px) calc(100% + 25px), calc(50% - 700px) 0%, calc(50% - 600px) calc(100% + 180px), calc(50% + 640px) 0%;
			background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
			background-size: 640px, 500px, 720px, 750px;
		}
	@media only screen and (max-width: 1080px)
		{
			body
				{
					background-image: url('background/background-ru.png') !important;
					background-attachment: fixed;
					background-position: top center !important;
					background-repeat: no-repeat;
					background-size: 1000px !important;
				}
		}