*
{
	font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace !important;
	color:#F0F0F0;
	margin:0;
	padding:0;
	font-size:12px;
}

#main, #fs
{
	position:relative;
	width:100%;
	height:100%;
	background-color:#000000;
	background-image:url("/pics/araapng.png");
	background-repeat:no-repeat;
	background-position:center;
	overflow:hidden;
}

#main.destroyed, #fs.destroyed
{
	background-color:#A00000;
	background-image:none;
}

body
{
	background-color:#000000;
	/*
	background-image:url("/pics/araapng.png");
	background-repeat:no-repeat;
	background-position:center;*/
	width:100vw;
	height:100vh;
	overflow:hidden;
}

body.destroyed
{
	background-color:#A00000;
	/*
	background-image:none;*/
}

#screen
{
	position:fixed;
	width:100vw;
	height:100vh;
}

#screen.destroyed
{	position:fixed;	top:0;
	background-color:rgba(0, 0, 0, 0);
	background-image:url("/pics/brokenscreen.svg");
	background-position:top;		background-repeat: no-repeat;
	background-size:cover;	mix-blend-mode: difference;
}

#consoletext
{
	position:absolute;
	width:500px;
	left:calc(-250px + 50%);
	bottom:calc(-12px + 50%);
	text-align:center;
}

#consoletext.destroyed
{
	transform-origin:bottom;
	transform:rotate(-14deg) scale(141%);
	bottom:0;
	left:calc(-350px + 70%);
}

#consoletext a
{
	height:24px;
}

.c_old { opacity:0.5 !important; }
.c_white { color:#F0F0F0 !important; }
.c_grey { color:#808080 !important; }
.c_red { color:#FF0000 !important; }
.c_orange { color:#FF8000 !important; }
.c_green { color:#00FF00 !important; }
.c_blue { color:#0000FF !important; }
.c_violet {	color:#FF00FF !important; }
.c_transparent { color:rgba(0, 0, 0, 0) !important; }