/* Cascade Style Sheet
	[Background]
	[Div]
*/


/* [Background].Start */

.BackgroundHidden
{
	background:rgba(64,64,64,0.5);
	bottom:0px;
	left:0px;
	position:absolute;
	right:0px;
	top:0px;
	z-index:9100;
}

.BackgroundOff
{
	bottom:0px;
	left:0px;
	position:absolute;
	right:0px;
	top:0px;
	z-index:9100;
}

/* [Background].End */


/* [Div].Start */

.MainDiv
{
	align-items:center;
	bottom:0px;
	display:flex;
	justify-content:center;
	left:0px;
	overflow-y:visible;
	position:absolute;
	top:0px;
	right:0px;
}

.ContentDiv
{
	background-color:#FFFFFF;
	font-family:'Roboto_Regular',Helvetica,Arial;
	font-size:24px;
	padding:0px;
	position:absolute;
	text-align:left;
	bottom:20px;
	width:1200px;
}

/* [Div].End */