@font-face { 
	font-family: 'VGA8';
	src: url('ibm_vga8.ttf');
}

body {
    background-color: black;
}

pre {
    width: 100%;
    height: 100%;
	font-family: "VGA8";
	font-size: 72pt;
	background-color: black;
	color: green;;
	text-align: center;
}

#wrapper {
    width: 100%;
    height: 100%;
	text-align: center;
}
