/*
 *	display.css
 *	This is for styling the Body and HTML elements for browser simplicity.
 */
body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}