img { 
    image-rendering: optimizeSpeed;             /* STOP SMOOTHING, GIVE ME SPEED  */
    image-rendering: -moz-crisp-edges;          /* Firefox                        */
    image-rendering: -o-crisp-edges;            /* Opera                          */
    image-rendering: -webkit-optimize-contrast; /* Chrome (and eventually Safari) */
    image-rendering: pixelated;                 /* Chrome */
    image-rendering: optimize-contrast;         /* CSS3 Proposed                  */
}

#ViewPort { 
	position:absolute; 
	left:0px; 
	top:0px; 
	z-index:10; 
	width:100%; 
	height:100%; 
	margin-left:0px auto; 
	margin-top:0px auto; 
	cursor:crosshair;
}

.messageInput { 
	position:absolute;
	left:0px;
	top:78%;
	width:100%;
	/*height: 0px;*/
	text-align:center;
	z-index:11;
	color:#0f0;
	font-family: 'Futura Book';
	cursor:crosshair;
}

@font-face {
	font-family: 'Futura Heavy';
	src: url("./Futura\ Std\ Heavy.ttf");
}

@font-face {
	font-family: 'Futura Thin';
	src: url("./Futura\ Thin.ttf");
}

@font-face {
	font-family: 'Futura Book';
	src: url("./Futura\ Book.ttf");
}

body {
	overflow:hidden;
	background-color:#000;
}