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