    #content-inner{
        display:none;
    }
	#screen {
		position:absolute;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		background: #000;
		overflow: hidden;
	}
 
	#screen div, #screen a{
		position: absolute;
		color: #ddd;
		font-family: 'courier new', typewriter, matrix, monospace;
		font-weight: bold;
		text-decoration: none;
		cursor: default;
	}
        #screen a:hover{
		color: #88f;
	}
	#screen div{
		position: absolute;
		color: #77a;
	}

