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: 100%;
	top: 100%;
	padding: 0px;
	z-index: 50;
	-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg);
	font-size: 420px;
}

