#fader{
	z-index: 99;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000000;
	left: 0px;
	top: 0px;
}
#indexBody
{
	background: #1a1a1a;
}
#tv
{
	z-index: 1;
	position: absolute;
	left: 15px;
	top: 15px;
	width: 15px;
	height: 15px;
}
#screenF
{
	z-index: 3;
	position: absolute;
	border: none;
}
#screenB
{
	z-index: 0;
	position: absolute;
	border: none;
}
#noclicky 
{
	z-index: 2;
	width: 97%;
	height: 97%;
	position:absolute;
}
.button
{
	z-index: 7;
	position: absolute;
	cursor: pointer;

	visibility: hidden;
}
.buttonLabel
{
	z-index: 9;
	position: absolute;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
        font-variant: small-caps;
	color: #222277;
	padding-top: 1%;
	cursor: pointer;
	
	visibility: hidden;
}