body{
	background-color:black;
	color:white;
	font-family:monospace;
	/*white-space:pre;*/
	/*font-size:xx-small;*/
	font-size:6px;
	margin:0px;
}

body p{
	word-break:normal;
	white-space:pre;
}

#background{
	position: absolute;
    top: 50%;
    left: 50%;
	white-space:pre;
	background-image: linear-gradient(to-bottom, red, yellow);
	background:#363;
	color: #3f3;
	-moz-user-select: none;
}

#background p{
	user-select: none;
	font-style: italic;
}

#pissbox{
	display:none;
	white-space:pre;
    background-color: #f33;
    height: 50px;
    left: 150px;
    position: absolute;
    top: 10px;
    width: 50px;
}

#minimap{
	display:none;
	white-space:pre;
	background-color: #f33;
	position: absolute;
    top: 10px;
	left:500px;
}

.asciiart{
	word-break:normal;
	white-space:pre;
	text-shadow: 0 0 1px black, 0 0 1px black, 0 0 1px black, 0 0 1px black;
}

.asciiart p{
}

.green{
	color:#363;
}

.greenLight{
	color:#6f6;
}

.purple{
	color:#636;
}

.purpleLight{
	color:#f6f;
}

.red{
	color:#f33;
}

.italic{
	font-style:italic;
}