body
{
	font-family: consolas, courier, verdana, sans-serif;
	background-color: #000000;
	color: #424242;
	text-align:center;
	margin: 0px;
   padding: 0px;
	overflow:hidden;
}

div.underlay
{
	font-size: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
   left: 0px;
	top: 100%;
	padding: 0px;
	margin-left:auto;
	margin-top:-120px;
	z-index: -1;
	background-color: #424242;	
	opacity: 0.5;
}


div.overlay
{
	font-size: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
   left: 0px;
	top: 100%;
	padding: 0px;
	margin-left:auto;
	margin-top:-800px;
	z-index: 100;
}

div.content 
{
	position: absolute;
   left: 100%;
	top: 100%;
	padding: 0px;
	margin-left:-300px;
	margin-top:-227px;
	z-index: 30;
	font-size: 0px;
	background-image: url("mox.png");
	background-repeat: no-repeat;
	width: 282px;
	height: 215px;
}

div.content2
{
	position: absolute;
	left: -150px;
	top: 40%;
	padding: 0px;
	z-index: 150;
	-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg);
	transform: rotate(-90deg);
	font-size: 32px;
}

div.content2 a:link
{
	color: #424242;
	text-decoration: none;
}

div.content2 a:visited
{
	color: #424242;
	text-decoration: none;
}

div.content3
{
	position: absolute;
	top: 25%;
	width: 100%;
	font-size: 5vh;
	font-family:courier new;
	text-align:center;
	/* color: #00CA00; */
	color: #DECAFF;
}

div.content3 span
{
	/* color: #005300; */
	color: #675388;
}

div.content4
{
	position: absolute;
	right: -140px;
	top: 40%;
	padding: 0px;
	z-index: 150;
	-webkit-transform: rotate(90deg); 
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	font-size: 32px;
}
