.stuff {
    color: #f90;
}


.hidden {
	display: none;
}


#pst_poster_message_board {
    background: url("images/Powering.png") no-repeat center center;
    background-size: contain;
    margin: 0 auto;
}

/*#pst_outerLightBox {
	position: fixed;
	z-index:10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0, 0, 0.5);*/ /* Add your styles here */
/*}*/

#pst_outerLightBox {
    position: fixed;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background: rgba(0,0,0,.5);
    z-index: 100000;
}