/* @override http://mrdevinb.com/djb-main-style.css */

body{
	background-color: #000;
	font-family: Arial, Helvetica, Sans-serif;
	padding: 0px;
	margin: 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
}

div#screen{
	width: 100%;
	height: 25px;
}

#log{
	color: #fff;
}