﻿#outer::before {
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100vh;
	background-repeat:no-repeat;
	background-position:top right;
	background-image:url(girls001.png);
	background-color:#000000;
}