﻿	:root
		{
			--main-background: #A5A3BF;
			--main-text: #242433;
			--container-background: #DADAEF;
			--border-top: #6F698C;
			--border-bottom: #4A4766;
			--border-shadow: #36364C;
			--button-left-hover: #EFEFF9;
			--button-left-top-hover: #7B7693;
			--button-right-hover: #545073;
			--button-right-top-hover: #3E3E59;
			--text-link: #994C00;
			--text-link-hover: #CC7B0A;
		}
	
	body
		{
			background-image: url('../../background/background_frostburn-en.png'), url('../../background/background-en.png');
			background-attachment: fixed, fixed;
			background-position: calc(50% + 600px) calc(100% + 180px), calc(50% - 450px) 50%;
			background-repeat: no-repeat, no-repeat;
			background-size: 720px, 1000px;
		}
	@media only screen and (max-width: 1080px)
		{
			body
				{
					background-attachment: fixed;
					background-position: top center;
					background-repeat: no-repeat;
				}
		}